import type { SugarElement } from '@ephox/sugar'; import * as TextZones from '../general/TextZones'; import type { ZoneViewports } from '../general/ZoneViewports'; declare const single: (element: SugarElement, envLang: string, viewport: ZoneViewports) => TextZones.Zones; declare const range: (start: SugarElement, soffset: number, finish: SugarElement, foffset: number, envLang: string, viewport: ZoneViewports) => TextZones.Zones; declare const empty: () => TextZones.Zones; export { single, range, empty }; //# sourceMappingURL=DomTextZones.d.ts.map