import React from 'react'; import { ToolsPanelProps } from './ToolPanel.types'; declare const ToolsPanel: React.FC; export default ToolsPanel;