export function useInputText(props: any): { inputValue: any; onDefaultBlur: (e: any) => void; onInputChange: (val: any) => void; };