import { OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PghChartStatBoxDirective implements OnChanges, OnInit { template: TemplateRef; statBoxData: import("@angular/core").InputSignal; constructor(template: TemplateRef); ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; private handleNoStatBoxDataError; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }