import { LitElement, CSSResultGroup } from "lit"; import { Constructor } from "../toolbox/handy-types.js"; export declare function mixinCss(...newStyles: (undefined | CSSResultGroup)[]): >(Base: C) => C;