/** * Returns the shadow-root `` with the given * id, creating it if absent. Keeps Emotion's styles ordered before shadow content. * @param {ShadowRoot} root - The shadow root to search/append within. * @param {string} id - The element id. * @returns {HTMLMetaElement} The existing or newly created insertion-point meta. */ export declare const getOrCreateEmotionInsertionPoint: (root: ShadowRoot, id: string) => HTMLMetaElement; //# sourceMappingURL=getOrCreateEmotionInsertionPoint.d.ts.map