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