import type { PathStep } from "./path-builder"; export declare const findElementFromPath: (path: Array) => HTMLElement | null; //# sourceMappingURL=find-element-from-path.d.ts.map