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