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