import { BaseNode } from '@onepoint-yap/dashboard/pipeline'; export declare class SubGraphInput extends BaseNode { constructor(title?: string, ...other: any); }