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