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