import React from "react"; import { Task } from "../../../types"; export interface CommentProps { data: Task; } declare const Comment: React.FC; export { Comment }; //# sourceMappingURL=Comment.d.ts.map