type $$ComponentProps = { orientation?: 'horizontal' | 'vertical'; defaultSize?: number; minSize?: number; maxSize?: number; }; declare const ResizableStory: import("svelte").Component<$$ComponentProps, {}, "">; type ResizableStory = ReturnType; export default ResizableStory;