import * as React from "react"; import type { Tool } from '../../types/tools'; interface GenericTool { tool: Tool; } export declare const GenericTool: React.FC; export {}; //# sourceMappingURL=GenericTool.d.ts.map