import { FC } from "react"; export type C4TenantsProps = { navigateToDetails?: (tenantId: string) => unknown; docsPath?: string; }; declare const C4Tenants: FC; export default C4Tenants;