import { SpaceProps, LayoutProps } from 'styled-system'; import { ColorProps } from '../../utils/color-props'; /** * @component * @private */ declare const TableCell: import("styled-components").StyledComponent<"td", import("styled-components").DefaultTheme, ColorProps | SpaceProps>, string | number | symbol> | LayoutProps>>, never>; export default TableCell;