/** * Hook to detect if the document is in RTL (Right-to-Left) direction. * @returns true if the document direction is RTL, false otherwise */ export declare const useRTL: () => boolean; //# sourceMappingURL=useRTL.d.ts.map