import React from "react"; import { type InputPhoneNumberLegacyProps, type InputPhoneNumberRebuiltProps } from "./InputPhoneNumber.types"; export type InputPhoneNumberShimProps = InputPhoneNumberLegacyProps | InputPhoneNumberRebuiltProps; export declare const InputPhoneNumber: React.ForwardRefExoticComponent>; export type { InputPhoneNumberLegacyProps, InputPhoneNumberRebuiltProps };