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