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