/// import * as T from "../../type"; import * as TT from "./type"; declare const UI: ({ onChange, value, disabled, formatOutput, formatOutProp, labels, }: T.InputProps & TT.ExtraProps) => JSX.Element; export default UI;