import { Feature } from 'ol'; import { Geometry } from 'ol/geom'; import { Style } from 'ol/style'; import RenderFeature from 'ol/render/Feature'; export declare const randomColor: () => number[]; export declare const styleFunction: (color: number[]) => (feature: Feature | RenderFeature) => Style;