import { type SignUpOptions } from "https://deno.land/x/fathym_atomic@v0.0.129/mod.ts";
definition: { usernameInputProps?: InputProps; passwordInputProps?: InputProps; confirmPasswordInputProps?: InputProps; submitActionProps?: ActionProps; formProps?: JSX.HTMLAttributes<HTMLFormElement>; }