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