import { AfterViewInit, OnInit } from '@angular/core'; import { MywMessageService } from '../../module/message/service/myw-message.service'; import * as i0 from "@angular/core"; export declare class MywTestTableComponent implements OnInit, AfterViewInit { private message; arr: ({ id: string; name: string; age: number; show: boolean; children: { id: string; name: string; age: string; show: boolean; children: { id: string; name: string; age: string; show: boolean; }[]; }[]; } | { id: string; name: string; age: number; show: boolean; children?: undefined; })[]; tableSetting: {}; tableCol: { v: string; value: string; w: number; }[]; constructor(message: MywMessageService); ngAfterViewInit(): void; ngOnInit(): void; showFn(item: any): void; delete(item: any): void; dragAfter(data: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }