import { KeyValue } from '@angular/common'; import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { Chart } from 'angular-highcharts'; import * as i0 from "@angular/core"; export declare class UsMapComponent implements OnInit, OnChanges { selectedStates: KeyValue[]; height: number; chart: Chart; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private _convertToHighChartsDateSeries; private _createChart; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }