/// export interface IconBalloonSharpProps { size?: string; style?: React.CSSProperties; } export declare const IconBalloonSharp: React.FC;