///
import type { TableCellProps } from '@mui/material/TableCell';
import type { StatusCellProps } from './type';
declare function StatusCellSheet({ statuses, ...props }: Pick & TableCellProps): import("react").JSX.Element;
export default StatusCellSheet;