import { PartialEmotionCanvasTheme } from './types';
/**
 * This is a small hook to support right-to-left logic.
 * It returns a boolean
 *
 * ```ts
 * const isRTL = useIsRTL();
 * ```
 *
 * @deprecated ⚠️ `useIsRTL` is deprecated and will be removed in a future major version. Please use `isElementRTL` instead.
 */
export declare const useIsRTL: (partialTheme?: PartialEmotionCanvasTheme) => boolean;
//# sourceMappingURL=useIsRTL.d.ts.map