type $$ComponentProps = { fullHeight?: boolean; framed?: boolean; showRail?: boolean; showContextual?: boolean; }; declare const AppShellStory: import("svelte").Component<$$ComponentProps, {}, "">; type AppShellStory = ReturnType; export default AppShellStory;