import { type SugarElement } from '@ephox/sugar'; export declare enum AttributeValue { TopToBottom = "toptobottom", BottomToTop = "bottomtotop" } export declare const Attribute = "data-alloy-vertical-dir"; declare const isBottomToTopDir: (el: SugarElement) => boolean; export { isBottomToTopDir }; //# sourceMappingURL=VerticalDir.d.ts.map