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