import React from 'react'; declare type IconProps = { size?: string | number; stroke?: string; }; export declare const ChevronDownIcon: React.NamedExoticComponent; export declare const ChevronUpIcon: React.NamedExoticComponent; export {};