export type HTMLDir = 'rtl' | 'ltr'; export declare function getDir(): HTMLDir; //# sourceMappingURL=getDir.d.ts.map