import type { SelectProps } from '../../types/index.js';
declare const Select: import("svelte").Component<SelectProps, {}, "">;
type Select = ReturnType<typeof Select>;
export default Select;
