/**
* Check whether it's a string or an HTMLElement, if it's a string queries the element with the
* corresponding id.
* @param reference either the wanted id or the HTMLElement
*/
export declare function findReferencedElement(reference: string | HTMLElement): T | null;
//# sourceMappingURL=find-referenced-element.d.ts.map