type $$ComponentProps = { name?: string; email?: string; }; declare const ProfilePageStory: import("svelte").Component<$$ComponentProps, {}, "">; type ProfilePageStory = ReturnType; export default ProfilePageStory;