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