import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywTestSplitComponent implements OnInit, AfterViewInit { private cdr; v: string; tabClick: EventEmitter; flagShow: boolean; selectTab: number; constructor(cdr: ChangeDetectorRef); ngAfterViewInit(): void; ngOnInit(): void; nextTick(): void; tclick(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }