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