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