/**
 * TenantFeatureManager Component - Manage tenant features and capabilities
 */
import React from 'react';
import type { TenantFeatureManagerProps } from '../types';
export declare const TenantFeatureManager: React.FC<TenantFeatureManagerProps>;
//# sourceMappingURL=TenantFeatureManager.d.ts.map