import { ElementInfo } from '../types'; /** * Attempt to re-find a DOM element using stored element information. * * Returns the matched element or null if no reasonable match is found. */ export declare function refindElement(elementInfo: ElementInfo): Element | null; //# sourceMappingURL=element-refinder.d.ts.map