type $$ComponentProps = { example?: 'default' | 'empty'; }; declare const NotificationCenterStory: import("svelte").Component<$$ComponentProps, {}, "">; type NotificationCenterStory = ReturnType; export default NotificationCenterStory;