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