import { AfterViewInit } from '@angular/core'; import { BaseComponent } from '../base-component/base/base.component'; import { AppService } from '../../services/app.service'; import { NewlyCreatedTokenService } from './newly-created-token.service'; import * as i0 from "@angular/core"; export declare class CoreActiveUserCountComponent extends BaseComponent implements AfterViewInit { appService: AppService; newTokenUsers: string[]; newTokenCount: number; newlyCreatedTokenService: NewlyCreatedTokenService; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }