import { JSX } from 'react'; import { BffCatalogEntity } from '../../../../core/types'; export type GitPropertyProps = { entity: BffCatalogEntity; }; export declare function GitProperty({ entity }: GitPropertyProps): JSX.Element;