import { CSSResultGroup, LitElement } from "lit"; export declare function addStyleSheets(component: LitElement, styles: CSSResultGroup): void;