export default function PhoneInput({ ...props }: {
    [x: string]: any;
}): import("react").JSX.Element;
