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