/**
 * Mixin class decorator, injects IEnable default implementation, incl. a
 * `_enabled` property. If the target also implements the {@link INotify}
 * interface, {@link IEnable.enable} and {@link IEnable.disable} will
 * automatically emit the respective events.
 */
export declare const IEnableMixin: (clazz: any) => any;
//# sourceMappingURL=ienable.d.ts.map