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