import type { TableCellProps } from '@mui/material'; import type React from 'react'; /** Props for {@link TableCellEx}. */ export interface TableCellExProps extends TableCellProps { noBgColor?: boolean; } /** Table cell with optional transparent background. */ export declare const TableCellEx: React.FC; //# sourceMappingURL=TableCellEx.d.ts.map