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