import { Mode } from './../../common/enums'; export declare class TabComponent { title: string; titleIcon: string; active: boolean; tooltipText: string; testId: string; titleIconMode: Mode; }