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