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