import { type InputProps } from "https://deno.land/x/fathym_atomic@v0.0.175/src/atoms/forms/Input.tsx";
definition: { multiline?: boolean; ref?: ForwardedRef<HTMLInputElement | HTMLTextAreaElement>; } & (JSX.HTMLAttributes<HTMLInputElement> | JSX.HTMLAttributes<HTMLTextAreaElement>)