import { TabItem, TabItemMenu } from './types';
export declare const menuButton: TabItemMenu;
export declare const getTabValue: (tab: TabItem) => string;
