import { OnInit, ChangeDetectorRef } from '@angular/core'; import { FormControl } from '@angular/forms'; import { BsLocaleService } from 'ngx-bootstrap/datepicker'; export declare class StartsAtComponent implements OnInit { private localeService; private cdRef; localeId: string; startsAtCtrl: FormControl; maxDate: Date; ctrl: FormControl; disabled: boolean; private subscriptions; constructor(localeService: BsLocaleService, cdRef: ChangeDetectorRef, localeId: string); createControls(): void; private fixTimezoneOffset; ngOnInit(): void; ngOnDestroy(): void; }