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