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