import React from 'react'; import { CellProps } from './Cell'; export declare const CellListItem: (p: CellProps & React.HTMLAttributes) => JSX.Element; //# sourceMappingURL=CellListItem.d.ts.map