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