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