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