interface PhoneInputProps {
    onSubmit: (phone: string) => void;
}
export declare const PhoneInput: ({ onSubmit }: PhoneInputProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=PhoneInput.d.ts.map