import * as React from 'react';
import { CellProps } from '@table-library/react-table-library/types/table';
export declare const Cell: React.FC<CellProps>;
