import { OnInit } from '@angular/core'; import { MsgTemplateAutoMatch } from '../../msg-interface/msg-template-auto-match'; export declare class TiktokTplAutoMatchComponent implements OnInit, MsgTemplateAutoMatch { constructor(); tplList: any[]; viewList: any; type: number; ngOnInit(): void; parseData(): any[]; }