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