import { ReadonlyReactive } from "@conterra/reactivity-core"; import { PackageIntl } from "@open-pioneer/runtime"; import OlMap from "ol/Map"; import { AttributionItem } from "./MapModel"; export declare class MapAttributions { #private; constructor(options: { olMap: OlMap; /** false: not rendered */ showControl: boolean; intl: ReadonlyReactive; }); destroy(): void; get attributionItems(): AttributionItem[]; }