import { ElementRef, OnInit } from '@angular/core'; import { NgControl } from '@angular/forms'; import { Subscription } from 'rxjs'; import { ValidationError } from './services/validation-message.service'; import * as i0 from "@angular/core"; export declare class FormControlValidationMsgDirectiveForNgSelect implements OnInit { private elRef; private control; errorMessage: any; showDot: boolean; errorDivId: string | number; afterEnd: boolean; showBoxError: boolean; validationError: typeof ValidationError; statusChangeSubscription: Subscription; constructor(elRef: ElementRef, control: NgControl); ngOnInit(): void; onFocusout(): void; private removeError; private showNgSelectError; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }