import { LitElement } from "lit"; import { Constructor } from "../toolbox/handy-types.js"; export declare function mixinLightDom(): >(Base: C) => C;