import type { TableCellProps } from '@mui/material'; import React from 'react'; import type { PayloadRenderProps } from '../PayloadRenderPlugin.js'; /** Default table cell that displays the payload schema name. */ export declare const PayloadTableCell: React.FC; //# sourceMappingURL=PayloadTableCell.d.ts.map