/// import { EntityCellProps } from './type'; export default function EntityCell({ entity, country, verificationStatus, licenseNumber, hideStatus, ...props }: EntityCellProps): import("react").JSX.Element;