import type { SugarElement } from '@ephox/sugar'; declare const top: (item: SugarElement) => SugarElement[]; declare const all: (item: SugarElement) => SugarElement[]; export { top, all }; //# sourceMappingURL=DomLeftBlock.d.ts.map