import { CSSResultGroup, LitElement } from "lit"; /** * @description * Removes a CSSStyleSheet from the shadowRoot of a LitElement */ export declare function removeStyleSheets(component: LitElement, styleSheets: CSSResultGroup): void;