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