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