import { InputHTMLAttributes } from "react" export function Input(props: InputHTMLAttributes) { return }