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