import React from 'react'; import './index.less'; interface IPanelProps { disabled?: boolean; nodeType: string; onClose: () => void; node?: { id: string; _isCandidate: boolean; _nodeType: string; _status?: string | undefined; }; children?: any; id: string; data: any; openLogPanel?: boolean; } declare const _default: React.NamedExoticComponent; export default _default;