import type { TableCellProps } from '@mui/material'; import React from 'react'; import type { ModuleRenderProps } from '../ModuleRenderProps.js'; /** Table cell that displays a module name or address. */ export declare const ModuleTableCell: React.FC; //# sourceMappingURL=TableCell.d.ts.map