import { AfterViewInit, ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { FormDirective } from './form.directive'; import * as i0 from "@angular/core"; export declare class FormOperationComponent implements OnInit { constructor(elementRef: ElementRef, renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DFormSubmitDirective implements AfterViewInit, OnDestroy { private elementRef; private _dForm; default: boolean; _eventName: string; set eventName(eventName: any); data: any; private destroy$; constructor(elementRef: ElementRef, _dForm: FormDirective); ngAfterViewInit(): void; ngOnDestroy(): void; registerEvent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class DFormResetDirective implements AfterViewInit, OnDestroy { private elementRef; private _dForm; default: boolean; _eventName: string; set eventName(eventName: any); private destroy$; constructor(elementRef: ElementRef, _dForm: FormDirective); ngAfterViewInit(): void; ngOnDestroy(): void; registerEvent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }