/// <reference types="react" />
export interface IconChevronDownProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconChevronDown: React.FC<IconChevronDownProps>;
