import { NgtComponentStore, NumberInput } from '@angular-three/core'; import { NgZone, OnInit } from '@angular/core'; import Stats from 'three/examples/jsm/libs/stats.module'; import * as i0 from "@angular/core"; export declare class NgtStats extends NgtComponentStore implements OnInit { private zone; parent?: HTMLElement; set showPanel(showPanel: NumberInput); private node; private readonly _stats; private _showPanel; constructor(zone: NgZone, { body }: Document); get stats(): Stats; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtStatsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }