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