import React from 'react'; import { AppOrchestration } from '@/types'; declare const K8sOrchestration: React.FC<{ orchestration: AppOrchestration; }>; export default K8sOrchestration;