/** * Returns the portal container element used to keep portals inside the ShadowRoot. * @returns {HTMLElement | null} The portal container, or null when not provided. */ export declare const usePortalContainer: () => HTMLElement | null; //# sourceMappingURL=usePortalContainer.d.ts.map