import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { AcabimProject, GenericOption, ProjectApiService } from '@cas-hub/acabim-common-client'; import { FinancialChartAccount } from '../../../_models/financial-account.model'; import * as i0 from "@angular/core"; export declare class AdvancedComponent implements OnInit { private readonly projectService; readonly selectProjectService: ProjectApiService; isLoading: boolean; projects: AcabimProject[]; projectOptions: GenericOption[]; advancedForm: FormGroup; _accountId?: string; _accountName?: string; selected: { projectId: string; accountId: string; accountName: string; } | null; set accountDetail(value: FinancialChartAccount); constructor(projectService: ProjectApiService, selectProjectService: ProjectApiService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }