import { MixinType } from '../types/mixinType'; /** * Uses specified class as class mixin, takes its methods and properties and merge them into target class * @param mixinClass - Mixin class to be used as mixin */ export declare function Mixin(mixinClass: MixinType): ClassDecorator; //# sourceMappingURL=mixin.decorator.d.ts.map