import { TSelector } from "./utils"; export declare function findElement(selectors: TSelector[], scope: ParentNode): HTMLElement | HTMLInputElement | undefined; export declare function resolveElement(selector: TSelector, scope: ParentNode): HTMLElement | HTMLInputElement | undefined;