import { Constructor } from "@angular-package/type";
import { InstanceOfConstructor } from "../../type/instance-of-constructor.type";
import { UnionToIntersection } from "../../type/union-to-intersection.type";
export declare function mixin<T extends Constructor<any>[]>(...classes: T): Constructor<UnionToIntersection<InstanceOfConstructor<T[number]>>>;
