import { GeoJSON } from 'geojson'; export interface CustomLayer { filename: string; geoJSON: GeoJSON; zIndex: number; displayed: boolean; color: string; id: string; } export declare const customLayerColors: string[]; declare const _default: (state: CustomLayer[] | undefined, action: any) => any; export default _default; //# sourceMappingURL=customLayers.d.ts.map