import { AfterViewInit, OnInit } from '@angular/core'; import { CoreFormControlBaseComponent } from '../core-form-control-base/core-form-control-base.component'; import { BehaviorSubject } from 'rxjs'; import { ICoreDropdownOption } from '../../interfaces/ICoreDropdownOption'; import { AppConfigService } from '../../services/app-config.service'; import * as i0 from "@angular/core"; export declare class CoreTimezoneComponent extends CoreFormControlBaseComponent implements OnInit, AfterViewInit { dropdownOptions$: BehaviorSubject; acs: AppConfigService; value: string; ngOnInit(): void; ngAfterViewInit(): void; onValueChange(e: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }