export const STORIES_MAP_STYLE: "width: 100%; height: 300px; margin: 7px;"; export const STORIES_GREY_VECTOR_LAYERS: { type: string; background: string; properties: { id: string; }; source: { type: string; url: string; format: string; attributions: string; }; style: { "stroke-color": string; "stroke-width": number; "fill-color": string; }; }[]; export const STORIES_BlUE_VECTOR_LAYERS: { type: string; background: string; properties: { id: string; }; source: { type: string; url: string; format: string; attributions: string; }; style: { "stroke-color": string; "stroke-width": number; "fill-color": string; }; }[]; //# sourceMappingURL=stories.d.ts.map