type $$ComponentProps = { orientation?: 'horizontal' | 'vertical'; dragging?: boolean; example?: 'playground' | 'both'; revealOnHover?: boolean; }; declare const SplitHandleStory: import("svelte").Component<$$ComponentProps, {}, "">; type SplitHandleStory = ReturnType; export default SplitHandleStory;