/// <reference types="react" />
import type { KcProps } from "./KcProps";
import type { KcContextBase } from "../getKcContext/KcContextBase";
export declare const RegisterUserProfile: import("react").MemoExoticComponent<({ kcContext, ...props_ }: {
    kcContext: KcContextBase.RegisterUserProfile;
} & KcProps) => JSX.Element>;
