/// import type { PageProps } from "../../login/pages/PageProps"; import type { KcContext } from "../KcContext"; import type { I18n } from "../i18n"; export default function DeleteAccountConfirm(props: PageProps, I18n>): React.ReactElement;