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