import { AfterViewInit, ElementRef, OnDestroy, Renderer2 } from '@angular/core'; import { ApplicationHelpService } from '../../services/application-help.service'; import * as i0 from "@angular/core"; export declare class CoreHelperComponent implements AfterViewInit, OnDestroy { private ahs; private renderer; container: ElementRef; listenerFn: () => void; activeUserCount: number; constructor(ahs: ApplicationHelpService, renderer: Renderer2); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }