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