import { InjectionToken } from '@angular/core';
import { FeatureCollection, Polygon } from 'geojson';
export declare type GeometryPolygonConfiguration = FeatureCollection<Polygon>;
export declare const GEOMETRY_POLYGON_TOKEN: InjectionToken<GeometryPolygonConfiguration>;
