import { MapDistrictsProps } from '@20minutes/hela'; import { default as React } from 'react'; import { SectionProps } from '../Section'; export interface ElectionsMapConstituenciesProps extends SectionProps { mapConstituenciesProps: MapDistrictsProps; } export declare const ElectionsMapConstituencies: React.FC;