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