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