import { OnInit, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CoreComponent implements OnInit, OnDestroy { loading: boolean; ngOnInit(): void; ngOnDestroy(): void; uniqueId: number; load(): Promise; init(): void; bindModel(): void; onBindModelCompleted(): void; bindDictionary(): void; onBindingCompleted(): void; onLoadCompleted(): void; destroy(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }