import { ElementRef, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { ResizedEvent } from "angular-resize-event"; import * as i0 from "@angular/core"; export declare class PanelAirQualityComponent implements OnInit, OnChanges { content: ElementRef; externalAirQuality: any; pm25: any; temp: any; humidity: any; scale: string; rowHeight: string; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; panelResized(event: ResizedEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }