import { AfterContentInit, AfterViewInit, ChangeDetectorRef, OnInit, QueryList, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class UITabComponent implements AfterViewInit { tabLabel: string; tabSelected: boolean; tabNameIndex: string; tabClass: string; buttonClass: string; cBox: ElementRef | undefined; displayStyle: string; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class UITabViewComponent implements OnInit, AfterViewInit, AfterContentInit { private cdr; class: string; name: string; buttonClass?: string; displayStyle: string; tabs?: QueryList; constructor(cdr: ChangeDetectorRef); ngAfterContentInit(): void; ngOnInit(): void; selectByIndex(index: number): void; clearAll(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }