import { PhoneInputFieldProps as BasePhoneInputFieldProps } from '../ui/phone-input-field'; import type * as React from 'react'; export type PhoneInputProps = Omit; export declare const PhoneInput: { (props: PhoneInputProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=phone-input.d.ts.map