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