import { FeatureCollection } from 'geojson';
import { ChoroplethShapeVectorTilesValue, ChoroplethDataValue } from '@opendatasoft/visualizations';
export declare const dataReg: ChoroplethDataValue[];
export declare const shapesTiles: ChoroplethShapeVectorTilesValue;
export declare const shapes: FeatureCollection;
export declare const multiPolygonShapes: FeatureCollection;
export declare const regShapes: FeatureCollection;
export declare const worldCopies: FeatureCollection;
