import type { FeatureCollection } from 'geojson';
import type { ColorScale, Color } from 'types';
export declare const DEFAULT_COLORS: Record<string, Color>;
export declare const DEFAULT_COLORSCALE: ColorScale;
export declare const EMPTY_FC: FeatureCollection;
