/** * Get the declared text direction for an element. */ declare function getTextDirection(element?: HTMLElement): string | undefined; export default getTextDirection; //# sourceMappingURL=getTextDirection.d.ts.map