import React from 'react'; import './index.less'; interface IPanelProps { nodeType: string; onClose: () => void; id: string; data: any; children?: any; } declare const _default: React.NamedExoticComponent; export default _default;