import { Feature } from "../element/feature"; import { Projection } from "../projection/projection"; import { Bound } from "../util/bound"; export declare class Cluster { generate(features: Feature[], ctx: CanvasRenderingContext2D, projection?: Projection, extent?: Bound): any[]; }