import type { StamperType } from "@turnkey/core";
export declare function UpdateUserName(params: {
    successPageDuration?: number | undefined;
    onSuccess: (userId: string) => void;
    onError: (error: any) => void;
    userName?: string;
    title?: string;
    subTitle?: string;
    stampWith?: StamperType | undefined;
    organizationId: string;
    userId: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=UpdateUserName.d.ts.map