/**
 * Similar to the copy selector from chrome devtools, this allows you to get a CSS selector for an element
 *
 * Helpful when elements are being re-created and you cannot use a ref for it
 */
export declare const getSelector: (el: Element | null) => string | null;
//# sourceMappingURL=get-selector.d.ts.map