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