/** Checks if the element in a RTL direction context */
export declare const isRTL: (el?: HTMLElement | null) => boolean;
export declare const normalizeScrollLeft: (el: HTMLElement, value?: number | null, isRtl?: boolean) => number;
