import { DenmarkType } from '@/components/areas/denmark/denmark.data';
import { MapProps } from '@/components/map/map.types';
/**
 * Component displaying a full map of Denmark without any subsequent areas.
 */
export default function Denmark(props: MapProps<DenmarkType>): import("react/jsx-runtime").JSX.Element;
