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