import { State } from "@teamhanko/hanko-frontend-sdk"; interface Props { state: State<"login_security_key">; } declare const LoginSecurityKeyPage: (props: Props) => import("preact/compat").JSX.Element; export default LoginSecurityKeyPage;