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