import React, { InputHTMLAttributes } from "react"; interface FormAddItemProps { label?: string; inputError?: string; } export declare const UiFormAddItem: React.FC>; export {};