import { IslandType } from '@/components/areas/islands/islands.data';
import { MapProps } from '@/components/map/map.types';
/**
 * Component displaying a map of Denmark including the three main islands.
 */
export default function Islands(props: MapProps<IslandType>): import("react/jsx-runtime").JSX.Element;
