import { ResourcePanelTreeNodeModel, TreeNode } from '../index';
export declare class ResourcePanelTreeNode extends TreeNode implements ResourcePanelTreeNodeModel {
    model: ResourcePanelTreeNodeModel;
    resourceId: string;
    parentId: string;
    constructor();
}
//# sourceMappingURL=ResourcePanelTreeNode.d.ts.map