/// import { Icon } from '../_utils/icon'; export declare const BubbleIcon: { (props: Icon): JSX.Element; defaultProps: { className: string; iconClassName: string; iconColor: string; size: number; title: string; badgeAriaLabel: string; badgeContent: string; isDisabled: boolean; }; };