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