export interface ChartHeatmapGLProps {
    xKey: string;
    yKey: string;
    valueKey: string;
    colorRange: string[];
    domain?: [number, number];
    cellGap?: number;
}
export declare function ChartHeatmapGL({ xKey, yKey, valueKey, colorRange, domain: domainProp, cellGap, }: ChartHeatmapGLProps): import("react").JSX.Element | null;
//# sourceMappingURL=ChartHeatmapGL.d.ts.map