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