type $$ComponentProps = { size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'; axis?: 'y' | 'x' | 'both'; }; declare const SpacerStory: import("svelte").Component<$$ComponentProps, {}, "">; type SpacerStory = ReturnType; export default SpacerStory;