import type { Optional } from '@ephox/katamari'; import type { SugarElement } from '@ephox/sugar'; declare const selector: (sel: string) => (item: SugarElement) => Optional; declare const predicate: (pred: (e: SugarElement) => boolean) => (item: SugarElement) => Optional; declare const exact: (element: SugarElement) => (item: SugarElement) => Optional; export { selector, predicate, exact }; //# sourceMappingURL=DomLook.d.ts.map