import type { MRT_Cell } from 'mantine-react-table'; export interface StatusCellProps = {}> { readonly cell: MRT_Cell; readonly color: string; readonly displayValue: string; readonly className?: string; } declare function StatusCell = {}>({ displayValue, className, }: Readonly>): import("react/jsx-runtime").JSX.Element; export default StatusCell;