///
import TableCellListItem from './TableCellListItem';
export interface TableCellListProps {
children: TableCellListItem | TableCellListItem[];
}
declare const TableCellList: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLOListElement>, TableCellListProps>>;
export default TableCellList;