import { ContentParams } from "./content-params"; export declare class ContentItem { data: ContentParams; private id; private type; private myTagsWithoutAll; private allLinks; private userLinks; private systemLinks; private repliable; private price?; private priceFormatted?; private fromTarget?; private toTarget?; private fromContactId?; private toContactId?; private media?; constructor(props: ContentParams); private formatCents; }