import type { NotificationCenterProps } from './index.js'; declare const NotificationCenter: import("svelte").Component; type NotificationCenter = ReturnType; export default NotificationCenter;