import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const BubbleChartIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default BubbleChartIcon;
