/// import type { KcPagesProperties } from "./KcProperties"; export declare type RegisterPageProps = { kcProperties?: KcPagesProperties; }; export declare const Register: import("react").MemoExoticComponent<(props: RegisterPageProps) => JSX.Element>;