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