import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import { VudErrorMessages } from './error-messages'; import * as i0 from "@angular/core"; export declare class VudErrorTooltipContentComponent implements OnInit, OnDestroy { readonly cd: ChangeDetectorRef; private readonly globalErrorMessagesService; private destroyed$; errors: { [key: string]: any; }; errorMessages: VudErrorMessages; errorMessageId?: string; globalErrorMessages: VudErrorMessages; ngOnInit(): void; ngOnDestroy(): void; get errorKeys(): string[]; errorTrackFn(errKey: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }