/// import { IndividualCellProps } from './type'; export default function IndividualsCell({ id, status, count, name, ...props }: IndividualCellProps): import("react").JSX.Element;