/// import * as T from "../../../type"; export declare const Select: ({ options, value, onChange, errors, disabled, }: T.SelectProps) => JSX.Element; export default Select;