export declare const geoJsonOptions: { us: { name: string; source: string; projection: string; sourceBounds: { lat: { min: number; max: number; }; long: { min: number; max: number; }; }; logicalBounds: { x: { min: number; max: number; }; y: { min: number; max: number; }; }; fillColor: string; strokeColor: string; selector: string; geoFeatureGroups: ({ name: string; featureMatcher: { property: string; regex: string; }; sourceBounds: { lat: { min: number; max: number; }; long: { min: number; max: number; }; }; logicalBounds?: undefined; } | { name: string; featureMatcher: { property: string; regex: string; }; logicalBounds: { x: { min: number; max: number; }; y: { min: number; max: number; }; }; sourceBounds: { lat: { min: number; max: number; }; long: { min: number; max: number; }; }; })[]; }; world: { name: string; source: string; projection: string; sourceBounds: { lat: { min: number; max: number; }; long: { min: number; max: number; }; }; logicalBounds: { x: { min: number; max: number; }; y: { min: number; max: number; }; }; fillColor: string; strokeColor: string; strokeHighlightColor: string; selector: string; }; }; //# sourceMappingURL=initialGeoJsonOptions.d.ts.map