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