import { OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import { SCBaseClass } from './sc-baseclass'; import * as i0 from "@angular/core"; export declare class SCBaseComponent extends SCBaseClass implements OnDestroy { constructor(); unloadNotification($event: any): void; canDeactivate(): boolean | Observable; ngOnDestroy(): void; destroyServices(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }