import { LitElement } from 'lit'; import { AbstractConstructor } from './constructor.js'; export declare class SbbNegativeMixinType { negative: boolean; } /** * Enhance your component with a negative property. */ export declare const SbbNegativeMixin: >(superClass: T) => AbstractConstructor & T; //# sourceMappingURL=negative-mixin.d.ts.map