interface Props { example?: 'default' | 'dusk' | 'icons' | 'empty' | 'many' | 'widgets' | 'commands' | 'apps' | 'tall'; } declare const DesktopShellStory: import("svelte").Component; type DesktopShellStory = ReturnType; export default DesktopShellStory;