import { OnInit, OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TabComponent implements OnInit, OnChanges { selected: boolean; private clazz; private static DEFAULT_CLASSES; constructor(); ngOnInit(): void; ngOnChanges(): void; getClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }