import { AfterViewInit, QueryList } from '@angular/core'; import { UIStatComponent } from '../uistat/uistat.component'; import * as i0 from "@angular/core"; export declare class UIStatsComponent implements AfterViewInit { statClass: string; allStats?: QueryList; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }