import { EventEmitter, OnInit } from '@angular/core'; import { VhQueryAutoWeb } from 'vhautowebdb'; import * as i0 from "@angular/core"; export declare class AtwCountdownConfig implements OnInit { private vhQueryAutoWeb; data_tool: any; device: string; visible_config_tool: boolean; isDynamicProduct: any; closeConfigEvent: EventEmitter; selectedItem: any; constructor(vhQueryAutoWeb: VhQueryAutoWeb); ngOnInit(): void; close(): void; updateComponent(id: any, value: any): void; onSaveData(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }