import { AfterViewInit, ChangeDetectorRef, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywOptionComponent implements OnInit, AfterViewInit { private cdr; value: string; v: string; o: any; tabsetTitleList: any; selectTab: number; flagShow: boolean; constructor(cdr: ChangeDetectorRef); get title(): string; ngOnInit(): void; changeTab(index: any): void; ngAfterViewInit(): void; selectOption(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }