import { OnInit, AfterViewChecked, EventEmitter, ChangeDetectorRef } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class SettingsImportFormComponent implements OnInit, AfterViewChecked { private fb; private cdr; formFields: any[]; form: FormGroup; formChange: EventEmitter; private isDestroying; constructor(fb: FormBuilder, cdr: ChangeDetectorRef); sortOptions: (options: Array<{ value: string; label: string; }>, prop?: 'label' | 'value') => Array<{ value: string; label: string; }>; ngOnInit(): void; ngAfterViewChecked(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }