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