import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { TableCellProps } from './TableCell.types';
export declare const TableCell: ForwardRefComponent<"td", TableCellProps>;
//# sourceMappingURL=TableCell.d.ts.map