import * as _nuxt_schema from '@nuxt/schema'; interface ModuleOptions { markerCluster?: boolean; heat?: boolean; /** * Inject Leaflet's stylesheets globally (in `nuxt.options.css`). * * Set to `false` to keep the map CSS out of the global entry stylesheet and * import it yourself in the components using a map, so that it is only * bundled in the chunks that actually need it. * * @default true */ injectCss?: boolean; } declare const components: string[]; declare const _default: _nuxt_schema.NuxtModule; export { components, _default as default }; export type { ModuleOptions };