export interface RegionClickEvent {
    region: string;
}
