/// <reference types="react" />
import type { TemplateProps } from "../account/TemplateProps";
import type { I18n } from "./i18n";
import type { KcContext } from "./KcContext";
export default function Template(props: TemplateProps<KcContext, I18n>): JSX.Element | null;
