import { OnInit, EventEmitter } from '@angular/core'; import { BuildingElementFunction, BuildingElementFunctionApiService } from '@cas-hub/acabim-common-client'; import * as i0 from "@angular/core"; export declare class DeleteFunctionalPropertiesComponent implements OnInit { private readonly buildingElementFunctionService; functions: BuildingElementFunction[]; deleteResult: EventEmitter; isLoading: boolean; constructor(buildingElementFunctionService: BuildingElementFunctionApiService); ngOnInit(): void; deleteRecords(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }