import { DensityProps } from './types'; export declare const Density: ({ container, data, x, y, valueColor, binSize, scaleX, scaleY, scaleColor, children, ...props }: DensityProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Density.d.ts.map