import type { LitConstructor } from '../typings.js';
import type { ElementMixinProperties, MixinReturnType } from './typings.js';
export declare const ElementMixin: <BaseConstructor extends LitConstructor>(SuperClass: BaseConstructor) => MixinReturnType<BaseConstructor, ElementMixinProperties>;
//# sourceMappingURL=element-mixin.d.ts.map