import { ConstituencyType } from '@/components/areas/constituencies/constituencies.data';
import { MapProps } from '@/components/map/map.types';
/**
 * Component displaying a map of Denmark with the 10 constituencies (storkredse).
 */
export default function Constituencies(props: MapProps<ConstituencyType>): import("react/jsx-runtime").JSX.Element;
