import type { NotificationInjection } from '../components/notifications/Notifications.vue';
export declare const useNotifications: (key?: symbol | string) => NotificationInjection | undefined;
