import { Tool } from './tool.interface'; export declare function ToolComponent(tool: Partial): (cls: any) => any;