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