import React from 'react'; import { BffCatalogEntity } from '../../../core/types'; export type CatalogEntityMethodAndPathProps = { entity: BffCatalogEntity; }; export declare function CatalogEntityMethodAndPath({ entity }: CatalogEntityMethodAndPathProps): React.JSX.Element | null;