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