import { OnInit } from "@angular/core"; import { UntypedFormGroup } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class DateRangeSelectComponent implements OnInit { formGroupParent: UntypedFormGroup; formName: string; formValue: any; index: any; fieldVal: any; labelName: string; selectedVal: string; mandatory: boolean; disabledBol: boolean; classCustom: string; classIcon: string; classCol: string; show: boolean; dateBefore: any; dateAfter: any; arr: string[]; constructor(); ngOnInit(): void; beforeChange(evt: any): void; afterChange(evt: any): void; formatter(): string; 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; }