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