import type { SelectProps } from './types.ts'; declare const Select: import("svelte").Component; type Select = ReturnType; export default Select;