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