import { ListService, PagedResultDto, TrackByService } from '@abp/ng.core'; import { ConfirmationService } from '@abp/ng.theme.shared'; import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import type { GetModelComponentsInput, ModelComponentWithNavigationPropertiesDto } from '../../../proxy/model-components/models'; import { ModelComponentService } from '../../../proxy/model-components/model-component.service'; import * as i0 from "@angular/core"; export declare class ModelComponentComponent implements OnInit { readonly list: ListService; readonly track: TrackByService; readonly service: ModelComponentService; private confirmation; private fb; data: PagedResultDto; filters: GetModelComponentsInput; form: FormGroup; isFiltersHidden: boolean; isModalBusy: boolean; isModalOpen: boolean; selected?: ModelComponentWithNavigationPropertiesDto; constructor(list: ListService, track: TrackByService, service: ModelComponentService, confirmation: ConfirmationService, fb: FormBuilder); ngOnInit(): void; clearFilters(): void; buildForm(): void; hideForm(): void; showForm(): void; submitForm(): void; create(): void; update(record: ModelComponentWithNavigationPropertiesDto): void; delete(record: ModelComponentWithNavigationPropertiesDto): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }