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