import * as React from "react"; import { Mention } from "./IComment"; export interface ICommentTextProps { text: string; mentions: Mention[]; } export declare const CommentText: React.FunctionComponent; //# sourceMappingURL=CommentText.d.ts.map