type $$ComponentProps = { gap?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'; direction?: 'vertical' | 'horizontal'; }; declare const StackStory: import("svelte").Component<$$ComponentProps, {}, "">; type StackStory = ReturnType; export default StackStory;