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