import { GeoProjection } from '../essentials/geo-projection';
export declare class Choropleth extends GeoProjection {
    type: string;
    render(animate?: boolean): void;
    addCountryAreaEventListener(): void;
}
