/// <reference types="deck.gl" />
import { HexagonLayer } from '@deck.gl/aggregation-layers';
import { AggregationType } from '../layer-utils/cpu-aggregator';
export declare const hexagonAggregation: AggregationType;
export default class ScaleEnhancedHexagonLayer extends HexagonLayer<any> {
    initializeState(): void;
}
