/// import './style/index.less'; import type { ITreeResourcePanelComponentProps } from '../interface'; declare const TreeResourcePanel: { (props: ITreeResourcePanelComponentProps): JSX.Element; componentName: string; }; export default TreeResourcePanel;