import { TabItem } from '../../../propTypes'; /** * 获取当前激活的 Tab 信息 Hook * @returns 当前激活的 Tab 对象,如果没有激活则返回 undefined */ export declare const useActiveTab: () => TabItem | undefined;