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