import { TemplateRef } from '@angular/core'; import { TabPaneComponent } from 'ng-zorro-antd-mobile/tabs'; import * as i0 from "@angular/core"; export declare class TabBarItemComponent extends TabPaneComponent { prefixCls: string; selected: boolean; tintColor: string; unselectedTintColor: string; tabBarTab: TemplateRef; key: string; dot: boolean; badge: number | string; icon: string | TemplateRef; selectedIcon: string | TemplateRef; constructor(); isTemplateRef(value: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }