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 { static defaultProps: { onSetColorDomain: { type: string; optional: boolean; compare: boolean; }; }; initializeState(): void; }