import { OnInit } from '@angular/core'; import { EaCService } from '../../../../services/eac.service'; import { EaCProjectAsCode } from '@semanticjs/common'; import * as i0 from "@angular/core"; export declare class ProjectItemsComponent implements OnInit { protected eacSvc: EaCService; get ProjectLookups(): Array; /** * List of projects */ Projects: { [lookup: string]: EaCProjectAsCode; }; PanelOpenState: boolean; SelectedProjectLookup: string; constructor(eacSvc: EaCService); ngOnInit(): void; DeleteProject(projectLookup: string, projectName: string): void; GetPrimaryHost(project: EaCProjectAsCode): string; /** * * @param project Current project object * * Event to edit project settings */ ProjectSettings(projectLookup: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }