/// <reference types="react" />
import type { PageProps } from "../account/pages/PageProps";
import type { KcContext } from "../account/KcContext";
import { I18n } from "../account/i18n";
export default function DefaultPage(props: PageProps<KcContext, I18n>): React.ReactElement<any, any>;
