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