import { Optional } from '@ephox/katamari'; import { type SugarElement } from '@ephox/sugar'; declare const horizontalWithoutCycles: (container: SugarElement, selector: string, current: SugarElement, delta: number) => Optional>; declare const horizontal: (container: SugarElement, selector: string, current: SugarElement, delta: number) => Optional>; export { horizontal, horizontalWithoutCycles }; //# sourceMappingURL=DomNavigation.d.ts.map