import { State } from "@teamhanko/hanko-frontend-sdk"; interface Props { state: State<"profile_init">; onBack: (event: Event) => Promise; } declare const DeleteAccountPage: ({ state, onBack }: Props) => import("preact/compat").JSX.Element; export default DeleteAccountPage;