import { Direction } from '../DataTable/constants'; declare function useRTL(direction?: Direction): boolean; export default useRTL;