import { OnInit } from '@angular/core';
import { Subject } from 'rxjs';
import { TranslateLibraryService } from './services/translation-registry.service';
import * as i0 from "@angular/core";
export declare class QmsAngularComponent implements OnInit {
    trans: TranslateLibraryService;
    LANG: any;
    ngUnsubscribe: Subject<void>;
    constructor(trans: TranslateLibraryService);
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<QmsAngularComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<QmsAngularComponent, "lib-qms-angular", never, {}, {}, never, never, false, never>;
}