/**
* Whether the element's text direction is right-to-left.
*
* @param {Element} element The element to check.
*
* @return {boolean} True if rtl, false if ltr.
*/exportdefaultfunctionisRTL(element: Element): boolean;
//# sourceMappingURL=is-rtl.d.ts.map