import { AfterViewInit, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core'; import { FormDirective } from './form.directive'; import * as i0 from "@angular/core"; export declare class FormSubmitInvalidDirective implements AfterViewInit, OnDestroy { private readonly formDirective; private readonly template; private readonly viewContainerRef; private subscription?; constructor(formDirective: FormDirective, template: TemplateRef<{ $implicit: any; }>, viewContainerRef: ViewContainerRef); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }