import '@arclux/arc-ui/clock'; import * as i0 from "@angular/core"; export declare class Clock { private readonly _el; set variant(value: 'digital' | 'analog'); get variant(): 'digital' | 'analog'; set timezone(value: string); get timezone(): string; set label(value: string); get label(): string; set showSeconds(value: boolean); get showSeconds(): boolean; set hour12(value: boolean); get hour12(): boolean; set showTimezone(value: boolean); get showTimezone(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }