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