import { ElementRef } from '@angular/core'; import { NgForm } from '@angular/forms'; export declare class TNKAccessibleFormDirective { private el; form: NgForm; constructor(el: ElementRef); onSubmit(event: any): void; }