import React from 'react'; import { TextSchemaType } from '@sanity/types'; import { Props } from './types'; declare const TextInput: React.ForwardRefExoticComponent & React.RefAttributes>; export default TextInput; //# sourceMappingURL=TextInput.d.ts.map