import * as React from "react";
import { IComment } from "./IComment";
export interface IRenderNotificationItemProps {
    comment: IComment;
}
export declare const CommentItem: React.FunctionComponent<IRenderNotificationItemProps>;
//# sourceMappingURL=CommentItem.d.ts.map