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