import { InputProps } from '../../../../ui/index.js';
type SelectProps = Omit<InputProps, 'options'> & Required<Pick<InputProps, 'options'>>;
export declare function Select(props: SelectProps): import("react/jsx-runtime").JSX.Element;
export {};
