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