import { Datum, CellComponentProps } from './types'; export declare const WaffleCell: ({ cell, animatedProps, borderRadius, borderWidth, testIdPrefix, }: CellComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WaffleCell.d.ts.map