import { OnInit } from '@angular/core'; import * as Highcharts from 'highcharts/highmaps'; import { EwMaTableListService } from '../../../ew-ma-table-list.service'; export declare class WorldMapComponent implements OnInit { private tableListService; event_id: string; startDate: any; endDate: any; selected_map_type: string; showSectionLoaderForMap: boolean; worldMapChartType(value: any): void; worldMap: { title: string; version: string; type: string; copyright: string; copyrightShort: string; copyrightUrl: string; crs: { type: string; properties: { name: string; }; }; "hc-transform": { default: { crs: string; scale: number; jsonres: number; jsonmarginX: number; jsonmarginY: number; xoffset: number; yoffset: number; }; }; features: ({ type: string; id: string; properties: { "hc-group": string; "hc-middle-x": number; "hc-middle-y": number; "hc-key": string; "hc-a2": string; name: string; labelrank: string; "country-abbrev": string; subregion: string; "region-wb": string; "iso-a3": string; "iso-a2": string; "woe-id": string; continent: string; }; geometry: { type: string; coordinates: number[][][]; }; } | { type: string; id: string; properties: { "hc-group": string; "hc-middle-x": number; "hc-middle-y": number; "hc-key": string; "hc-a2": string; name: string; labelrank: string; "country-abbrev": string; subregion: string; "region-wb": string; "iso-a3": string; "iso-a2": string; "woe-id": string; continent: string; }; geometry: { type: string; coordinates: number[][][][]; }; })[]; }; Highcharts: typeof Highcharts; chartConstructor: string; bubbleData: any[]; bubbleDataVisitor: any[]; chartOptions: Highcharts.Options; chartOptionsVisitor: Highcharts.Options; constructor(tableListService: EwMaTableListService); ngOnInit(): void; /** * * @param value */ /** * @description * Get webinars Stats */ getMapDataVisitor(): void; /** * @description * Get Register Map Data */ getMapDataRegistrants(): void; }