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