//#region src/dom/waitForElement.d.ts
/**
 * Uses a MutationObserver to wait for an element to be added to the DOM.
 */
declare function waitForElement(selector: string): Promise<HTMLElement | null>;
//#endregion
export { waitForElement };
//# sourceMappingURL=waitForElement-DQ2FkEJH.d.ts.map