/// import * as T from "@nexys/react-bootstrap/dist/headless/form/type"; declare const Select: ({ value, onChange, options, disabled, className, }: T.SelectProps & { className?: string | undefined; }) => JSX.Element; export default Select;