interface Props { navVariant?: 'default' | 'floating' | 'pill'; } declare const MobileShellStory: import("svelte").Component; type MobileShellStory = ReturnType; export default MobileShellStory;