import { ShapeComponent as SC } from '../../runtime';
export type DensityOptions = {
    colorAttribute: 'fill' | 'stroke';
};
/**
 * Draw density shape.
 */
export declare const Density: SC<DensityOptions>;
