import { Optional } from '@ephox/katamari'; import { SugarElement } from '../node/SugarElement'; declare const is: (element: SugarElement, selector: string) => element is SugarElement; declare const all: (selector: string, scope?: SugarElement) => SugarElement[]; declare const one: (selector: string, scope?: SugarElement) => Optional>; export { all, is, one }; //# sourceMappingURL=Selectors.d.ts.map