import { ReactElement, ReactNode } from 'react'; export interface TableCellListItemProps { children: ReactNode; } declare const TableCellListItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLLIElement>, TableCellListItemProps>>; declare type TableCellListItem = ReactElement; export default TableCellListItem;