import { OnDestroy, OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; interface IErrorProps { generic: boolean; required: boolean; message: string | null; } export declare class KalpanixFormControlValidtion implements OnInit, OnDestroy { private _sub; form: FormGroup; control: string; displayLabel: string; _error: IErrorProps; ngOnInit(): void; private convertCamelCaseToTitle; private registerValidationEvent; private getMessage; get hasRequiredError(): boolean; get isValidInput(): boolean; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};