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