import { AfterViewInit, Injector, OnDestroy } from '@angular/core'; import { StyleVersion } from './style-version.enum'; import { BehaviorSubject, Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare abstract class FusionBase implements AfterViewInit, OnDestroy { protected injector: Injector; onDestroy$: Subject; styleVersion: typeof StyleVersion; selectedVersion$: BehaviorSubject; get selectedVersion(): StyleVersion; constructor(injector: Injector); ngAfterViewInit(): void; ngOnDestroy(): void; private handleStyleVersion; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }