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