/// import type { FetchApplicationManagementDataQuery } from '../graphql/graphql-sdk'; import './GitIntegration.less'; type IGitIntegrationProps = NonNullable['gitIntegration']>; export declare const GitIntegration: ({ isEnabled, branch, link, repository, manifestPath }: IGitIntegrationProps) => JSX.Element; export {};