import { default as React } from 'react'; interface HistoryPanelProps { className?: string; toggleHistory?: () => void; } declare const HistoryPanel: React.FC; export default HistoryPanel;