/** * Useful in tests when no need for wc */ export function createShadowHost(): { shadowHost: HTMLDivElement; cleanupShadowHost: () => void; }; //# sourceMappingURL=createShadowHost.d.ts.map