export declare function UpdatePhoneNumber(params: {
    successPageDuration?: number | undefined;
    onSuccess: (userId: string) => void;
    onError: (error: any) => void;
    title?: string;
    subTitle?: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=UpdatePhoneNumber.d.ts.map