import { BaseNode } from '../node-class/base-node.class'; import { NodeStatusModel } from '../store/pipeline.actions'; import * as i0 from "@angular/core"; export declare class PipelinePropertiesPanelComponent { node: BaseNode; checkFn: () => void; model?: NodeStatusModel; disabled: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }