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