import { CSSResultGroup } from "lit";
export declare function attachStylesToShadowRoot(root: ShadowRoot, styles?: CSSResultGroup): void;
