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