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