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