import { ElementRef } from '@angular/core'; export declare class ControlErrorsFormDirective { private host; errorDictionary: any; submit$: import("rxjs").Observable; constructor(host: ElementRef); readonly element: HTMLFormElement; }