import { TreeNode } from '@alauda/ui'; import { ChartRepo, K8sUtilService } from '@alauda-fe/common'; import { Injector } from '@angular/core'; import { FormControl } from '@angular/forms'; import { BaseResourceFormComponent } from 'ng-resource-form-util'; import { Observable } from 'rxjs'; import { ChartUtilService } from '../../services'; import * as i0 from "@angular/core"; export declare class ChartRepoSelectComponent extends BaseResourceFormComponent { private readonly k8sUtil; private readonly chartUtil; placeholder: string; chartRepos: ChartRepo[]; chartRepos$: Observable; treeNodes$: Observable[]>; constructor(injector: Injector, k8sUtil: K8sUtilService, chartUtil: ChartUtilService); createForm(): FormControl; trackFn: (node: TreeNode) => unknown; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }