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