import { ElementRef } from '@angular/core'; import { KbqOption } from '@koobiq/components/core'; import { KbqTimezoneZone } from './timezone.models'; import * as i0 from "@angular/core"; export declare class KbqTimezoneOption extends KbqOption { tooltipContentWrapper: ElementRef; tooltipContent: ElementRef; highlightText: string; get timezone(): KbqTimezoneZone; set timezone(zone: KbqTimezoneZone); private _timezone; get viewValue(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }