import { QueryList, AfterContentInit, OnInit, OnDestroy } from '@angular/core'; import { VudErrorDirective } from './error.directive'; import * as i0 from "@angular/core"; export declare class VudGlobalErrorsComponent implements OnInit, AfterContentInit, OnDestroy { private renderer; private elRef; private globalErrors; private destroyed$; readonly errors: QueryList; ngOnInit(): void; ngAfterContentInit(): void; ngOnDestroy(): void; private updateGlobalErrorMessages; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }