/// import { TabsBaseType } from "./Tabs/interface"; export declare type TabsComtextType = { avtiveTab?: number; } & Omit; export declare const TabsComtext: import("react").Context;