import { QueryList, AfterContentInit, OnInit, OnDestroy } from '@angular/core'; import { VudErrorDirective } from './error.directive'; import { VudErrorMessages } from './error-messages.model'; import * as i0 from "@angular/core"; export declare class VudErrorsComponent implements OnInit, AfterContentInit, OnDestroy { private renderer; private elRef; private destroyed$; private errorsSubject; readonly errors: QueryList; readonly errors$: import("rxjs").Observable; readonly getErrors: () => VudErrorMessages; ngOnInit(): void; ngAfterContentInit(): void; ngOnDestroy(): void; private getMappedErrors; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }