import type { SelectOption } from './types.js'; interface Props { options: SelectOption[]; defaultText?: string; dropdownWidth?: string; dropdownHeight?: string; enableSearch?: boolean; } declare const SelectItemsDisabledStory: import("svelte").Component; type SelectItemsDisabledStory = ReturnType; export default SelectItemsDisabledStory;