/**
 * TenantList Component - Display and manage tenants
 */
import React from 'react';
import type { TenantListProps } from '../types';
/**
 * TenantList component
 */
export declare const TenantList: React.FC<TenantListProps>;
export default TenantList;
//# sourceMappingURL=TenantList.d.ts.map