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