import { BaseContainerModel } from '../base-container.model'; import { PostCommentContainerModel } from '../post-comment'; import { PostCommentLoginSubjectReactionLinksContainerModel } from '../post-comment-login-subject-reaction-links/post-comment-login-subject-reaction-links.model'; export declare class PostCommentWithReactionContainerModel extends BaseContainerModel { cmsPostCommentContainer: PostCommentContainerModel; cmsPostCommentLoginSubjectReactionLinkContainer: PostCommentLoginSubjectReactionLinksContainerModel[]; totalLikes: Number; }