/// import type { PageProps } from "../account/pages/PageProps"; import type { KcContext } from "../account/KcContext"; import { I18n } from "../account/i18n"; export default function DefaultPage(props: PageProps): React.ReactElement;