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