import * as i0 from "@angular/core"; export declare class ErrorMessageService { createErrorMessage(inputElement: HTMLInputElement, message: string, position: 'above' | 'below', color: string, showErrorIcon: boolean, tooltipPosition: 'top' | 'bottom' | 'left' | 'right'): void; private setTooltipPosition; removeErrorMessage(inputElement: HTMLInputElement): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }