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