export declare enum Direction { RTL = "rtl", LTR = "ltr", AUTO = "auto" } export type LayoutDirection = 'rtl' | 'ltr' | 'auto'; //# sourceMappingURL=direction.d.ts.map