import { AssignedTenantsViewProps } from "./entity/AssignedTenantsView"; import { FC } from "react"; import { Group } from "../../utility/api/tenants/groups"; type C4GroupTenantsProps = { group: Group; navigateToTenant?: AssignedTenantsViewProps["navigateToTenant"]; }; declare const C4GroupTenants: FC; export default C4GroupTenants;