import React from 'react';
interface Props {
    tool: string;
}
export declare const RenderTool: React.NamedExoticComponent<Props>;
export {};
//# sourceMappingURL=RenderTool.d.ts.map