import { default as React } from 'react';
import { FieldProps } from '@rjsf/utils';

export declare const PhoneField: React.FC<FieldProps>;
