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