import type { DirectiveResult } from "lit/directive.js"; import { type MixinConstructor } from "../types/mixins"; import { LitElement } from "lit"; import { type UnsafeHTMLDirective } from "lit/directives/unsafe-html.js"; /** @prop theme */ export declare class IThemeMixin { theme?: Record; applyThemeSsr(): DirectiveResult | undefined; } export declare const ThemeMixin: >(superClass: T) => MixinConstructor & T; //# sourceMappingURL=theme-mixin.d.ts.map