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