import { type TdHTMLAttributes } from 'react';
export type TableCellProps = TdHTMLAttributes;
/**
* TableCell component, used to display the cells of a table. Renders a native HTML td element.
*
* @example
* John
*/
export declare const TableCell: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=table-cell.d.ts.map