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