type $$ComponentProps = { label?: string; placeholder?: string; disabled?: boolean; }; declare const TreeSelectStory: import("svelte").Component<$$ComponentProps, {}, "">; type TreeSelectStory = ReturnType; export default TreeSelectStory;