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