import { UntypedFormGroup } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class DateSelectComponent { formGroupParent: UntypedFormGroup; formName: string; labelName: string; selectedVal: string; mandatory: boolean; disabledBol: boolean; classCustom: string; classIcon: string; constructor(); isControlValid(controlName: string): boolean; isControlInvalid(controlName: string): boolean; controlHasError(validation: any, controlName: any): boolean; isControlTouched(controlName: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }