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