import { OnInit } from '@angular/core'; import { FormBuilder, FormGroup } from '@angular/forms'; import { BsDatepickerConfig } from 'ngx-bootstrap/datepicker'; import * as i0 from "@angular/core"; export declare class DatepickerDemoComponent implements OnInit { private formBuilder; exampleForm: FormGroup; showValidation: boolean; today: Date; fiveDaysAgo: Date; weekFromToday: Date; bsConfig: Partial; constructor(formBuilder: FormBuilder); ngOnInit(): void; createForm(): void; toggleDisabled(): void; toggleDisabledElement(controlName: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }