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