import { DensityCellProps } from './types'; export declare const DensityCell: ({ value, x, y, width, height, style, ...props }: DensityCellProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DensityCell.d.ts.map