/** Returns `true` if the HTML or body element has either the "dir" HTML attribute or the "direction" CSS property set to "rtl". */ export default function (): boolean;