import React from 'react'; import { TextInputProps } from 'react-admin'; type PhoneInputProps = TextInputProps; export declare function PhoneInput(props: PhoneInputProps): React.JSX.Element; export {};