import { type Optional } from '@ephox/katamari'; import { type SugarElement } from '@ephox/sugar'; import * as ArrPinpoint from './ArrPinpoint'; declare const locateVisible: (container: SugarElement, current: SugarElement, selector: string) => Optional>>; declare const findIndex: (elements: Array>, target: SugarElement) => Optional; export { locateVisible, findIndex }; //# sourceMappingURL=DomPinpoint.d.ts.map