export declare const tabNavPcProps: { panes: { type: ArrayConstructor; default: () => never[]; }; currentName: StringConstructor; editable: BooleanConstructor; overflowTitle: BooleanConstructor; onTabClick: { type: FunctionConstructor; default: () => void; }; onTabRemove: { type: FunctionConstructor; default: () => void; }; tabStyle: StringConstructor; stretch: BooleanConstructor; showMoreTabs: BooleanConstructor; showPanesCount: NumberConstructor; popperClass: StringConstructor; popperAppendToBody: { type: BooleanConstructor; default: boolean; }; dropConfig: { type: ObjectConstructor; default: () => null; }; titleWidth: { type: StringConstructor; default: string; }; tooltipConfig: (ObjectConstructor | StringConstructor)[]; panelMaxHeight: StringConstructor; panelWidth: StringConstructor; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }; export declare const tabNavMobileProps: { panes: { type: ArrayConstructor; default: () => never[]; }; currentName: StringConstructor; activeColor: { type: StringConstructor; default: string; }; onTabClick: { type: FunctionConstructor; default: () => void; }; onTabRemove: { type: FunctionConstructor; default: () => void; }; showExpandTabs: BooleanConstructor; expandPanesWidth: { type: StringConstructor; default: string; }; expandTabsTitle: { type: StringConstructor; default: string; }; expandTabsMode: { type: StringConstructor; default: string; }; stretch: { type: BooleanConstructor; default: boolean; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }; export declare const tabBarProps: { tabs: ArrayConstructor; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; };