import { MapEuropeProps } from '@20minutes/hela'; import { default as React } from 'react'; import { SectionProps } from '../Section'; export interface ElectionsMapEuropeProps extends SectionProps { mapEuropeProps: MapEuropeProps; } export declare const ElectionsMapEurope: React.FC;