import { ITableCellProps } from './types'; declare const TableCell: ({ children, variant, align, ...props }: ITableCellProps) => import("react/jsx-runtime").JSX.Element; export default TableCell; //# sourceMappingURL=TableCell.d.ts.map