export declare const setShadowStyles: ({ shadowRoot, styles, }: { shadowRoot: ShadowRoot; styles: string; }) => Promise; export declare const updateShadowStyles: ({ shadowRoot, styles, replace, }: { shadowRoot: ShadowRoot; styles: string; replace?: boolean; }) => Promise; //# sourceMappingURL=shadow.d.ts.map