/// import * as TT from "./type"; declare const InputUnitGeneric: (InputText: (a: TT.InputProps) => JSX.Element, InputNumber: (a: TT.InputProps) => JSX.Element, InputSwitch: (a: TT.InputProps) => JSX.Element, InputSelectScalar: (a: TT.SelectProps) => JSX.Element, InputSelectObject: (a: TT.SelectOptionSetProps) => JSX.Element) => ({ type, onChange, value, options, errors }: TT.InputUnitProps) => JSX.Element; export default InputUnitGeneric;