import { ContentType } from "../ContentType"; import { IContentType } from "../ContentType.interface"; export declare class Mention extends ContentType implements IContentType { readonly mentionContent: IContentType; constructor(blackJsonRaw: any); toHTML(): string; } //# sourceMappingURL=Mention.d.ts.map