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