declare const isRTL: (element?: HTMLElement | HTMLDivElement | null) => boolean;
export default isRTL;
