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