import { VhQueryAutoWeb } from 'vhautowebdb'; import { NzMessageService } from 'ng-zorro-antd/message'; import * as i0 from "@angular/core"; export declare class AtwZaloShareAdminButton { private vhQueryAutoWeb; private message; data: any; isVisible: boolean; constructor(vhQueryAutoWeb: VhQueryAutoWeb, message: NzMessageService); ngOnInit(): void; /** * Kiểm tra xem object đã tồn tại hay chưa, nếu chưa thì add, tồn tại rồi thì update * @param value */ updateObject(value: any): void; createMessage(type: 'success' | 'error' | 'warning' | 'info', content: string, duration?: number): void; showModal(): void; handleOk(): void; handleCancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }