/**
* Returns the shadow-root child `
` with the given id, creating it if absent.
* @param {ShadowRoot} root - The shadow root to search/append within.
* @param {string} id - The element id.
* @returns {HTMLDivElement} The existing or newly created div.
*/
export declare const getOrCreateDiv: (root: ShadowRoot, id: string) => HTMLDivElement;
//# sourceMappingURL=getOrCreateDiv.d.ts.map