import { Direction } from "@microsoft/fast-web-utilities"; /** * Determines the current localization direction of an element. * * @param rootNode - the HTMLElement to begin the query from, usually "this" when used in a component controller * @returns the localization direction of the element * * @public */ export declare const getDirection: (rootNode: HTMLElement) => Direction; //# sourceMappingURL=direction.d.ts.map