/// export interface IconArrowBackOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconArrowBackOutline: React.FC;