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