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