import { View } from '@esui/core'; import '@material/mwc-tab-bar'; declare class Props { activeIndex: import("@esui/core").WritableObservableValue; tabs: View[]; tabHeight?: string; tabHorizontalPadding?: string; tabStackedHeight?: string; tabTextLabelColorDefault?: string; tabColorDefault?: string; } export declare const TabBar: ((...tabs: View[]) => import("@esui/core").Builder) & { View: import("@esui/core").Clazz; }; export {};