import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { XnFormlyPage, XnFormlyFieldConfig, XnFormlyFormOptions } from '@exin/core/formly'; import * as i0 from "@angular/core"; export declare class XnProposalItemDocumentsComponent extends XnFormlyPage implements OnInit { set incentive_form(form: FormGroup); get incentive_form(): FormGroup; set incentive_model(model: any); get incentive_model(): any; set incentive_fields(fields: XnFormlyFieldConfig[]); get incentive_fields(): XnFormlyFieldConfig[]; set incentive_options(options: XnFormlyFormOptions); get incentive_options(): XnFormlyFormOptions; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }