export declare const COUNTRY_DATA: { name: string; value: number; }[]; export declare const CHOROPLETH_MAP_CHART: { type: string; offset: { x: number; y: number; }; features: ({ type: string; id: string; properties: { name: string; }; geometry: { type: string; coordinates: number[][][]; }; } | { type: string; id: string; properties: { name: string; }; geometry: { type: string; coordinates: number[][][][]; }; })[]; };