import { GridLayer } from '@deck.gl/aggregation-layers'; import { AggregationType } from '../layer-utils/cpu-aggregator'; export declare const gridAggregation: AggregationType; export default class ScaleEnhancedGridLayer extends GridLayer { static defaultProps: { onSetColorDomain: { type: string; optional: boolean; compare: boolean; }; }; initializeState(): void; }