import { SimpleChanges, EventEmitter } from '@angular/core'; import { SettingsVM } from '../../../models/SettingsVM'; export declare class CountryWrapComponent { country: string; settings: SettingsVM; clickArea: EventEmitter; svgInfo: any; constructor(); ngOnChanges(changes: SimpleChanges): void; clickAreaF(area: string): void; }