import type { SugarElement } from '@ephox/sugar'; import type { SpotPoint } from '../data/Types'; declare const toLeaf: (element: SugarElement, offset: number) => SpotPoint; declare const freefallLtr: (element: SugarElement) => SpotPoint; declare const freefallRtl: (element: SugarElement) => SpotPoint; export { toLeaf, freefallLtr, freefallRtl }; //# sourceMappingURL=DomDescent.d.ts.map