import React from 'react'; import './styles.less'; export interface INodePathWidgetProps { workspaceId?: string; maxItems?: number; } export declare const NodePathWidget: React.FC;