import { Margin } from '@nivo/core'; import { Cell, Datum, CellComponent, WaffleHtmlProps } from './types'; interface WaffleCellsHtmlProps { cells: Cell[]; cellComponent: CellComponent; padding: number; margin: Margin; borderRadius: number; borderWidth: number; motionStagger: number; testIdPrefix: WaffleHtmlProps['testIdPrefix']; } export declare const WaffleCellsHtml: ({ cells, cellComponent, padding, borderRadius, borderWidth, motionStagger, testIdPrefix, margin, }: WaffleCellsHtmlProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WaffleCellsHtml.d.ts.map