/*! * Lattice Grid 1.65.0, geo-europe-nuts module type declarations * Copyright (c) 2026 TOCLOCO Inc. All rights reserved. * https://latticegrid.dev */ import type { GeoPack, } from '../lattice-grid.js'; /** * Europe by NUTS level 0–2 — an optional geometry pack. * Generated from Eurostat GISCO; its licence requires the attribution line * the pack carries, which the map draws automatically. */ export const pack: GeoPack; export default pack;