import type { NotificationProviderProps } from './neo-notification-provider.model.js';
declare const NeoNotificationProvider: import("svelte").Component<NotificationProviderProps, {}, "services">;
type NeoNotificationProvider = ReturnType<typeof NeoNotificationProvider>;
export default NeoNotificationProvider;
