import type { Element, SelectOptions } from '../types'; export declare function querySelectorAll(root: Element, selector: string, options?: SelectOptions): Element[]; export declare function querySelector(root: Element, selector: string): Element | null; export declare function selectParents(el: Element, selector: string): Element[]; export declare function selectParent(el: Element, selector: string): Element | null; //# sourceMappingURL=query.d.ts.map