import React from 'react';
import { Props } from './types';
declare const SelectInput: React.ForwardRefExoticComponent<Props<string | number, import("@sanity/types").StringSchemaType | import("@sanity/types").NumberSchemaType> & React.RefAttributes<HTMLInputElement | HTMLSelectElement>>;
export default SelectInput;
//# sourceMappingURL=SelectInput.d.ts.map