import { default as React } from 'react'; import { CellType } from '../types'; type CellProps = { cell: CellType; seq: number; }; export declare const Cell: React.FC; export {}; //# sourceMappingURL=Cell.d.ts.map