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