import { EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { SettingsFormService } from './settings-form.service'; import * as i0 from "@angular/core"; export declare class SettingsFormDirective implements OnChanges, OnDestroy { private formsService; smeSettingsForm: FormGroup; smeUpdateDataInComponent: boolean; smeSettingsFormValueUpdate: EventEmitter; private updateDataInComponentSubscription; oldForm: FormGroup; constructor(formsService: SettingsFormService); ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }