import { IStyleOptions } from './IStyleOptions';
/**
 * Sets the current RTL value.
 */
export declare function setRTL(isRTL: boolean): void;
/**
 * Gets the current RTL value.
 */
export declare function getRTL(): boolean;
export declare function getStyleOptions(): IStyleOptions;
