/// export interface IconChevronDownOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconChevronDownOutline: React.FC;