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