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