import React from "react"; import { CellTypes } from "../../types"; import { MemoizedCellProps } from "./types"; declare function Cell({ cellType, restProps, item, emptyPlaceholderText, }: MemoizedCellProps): JSX.Element; declare const MemoizedCell: React.MemoExoticComponent; export default MemoizedCell; //# sourceMappingURL=index.d.ts.map