type $$ComponentProps = { example?: 'ide' | 'horizontal' | 'vertical' | 'sizeEnd' | 'code' | 'hover'; orientation?: 'horizontal' | 'vertical'; sizePane?: 'start' | 'end'; minSize?: number; maxSize?: number; revealOnHover?: boolean; }; declare const SplitPaneStory: import("svelte").Component<$$ComponentProps, {}, "">; type SplitPaneStory = ReturnType; export default SplitPaneStory;