import React from "react"; declare const SelectField: ({ options, value, ...props }: { [x: string]: any; options?: any[]; value: any; }) => React.JSX.Element; export default SelectField; //# sourceMappingURL=SelectField.d.ts.map