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