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