declare const useTableSelect: (states: any) => { getValue: () => any; validate: () => void; }; export default useTableSelect;