/// <reference types="react" />
export interface IconAlertCircleProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconAlertCircle: React.FC<IconAlertCircleProps>;
