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