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