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