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