import { Fqn } from '@likec4/core/types'; import { NamedExoticComponent } from 'react'; type TabPanelDeploymentsProps = { elementFqn: Fqn; }; export declare const TabPanelDeployments: NamedExoticComponent; export {};