import React from "react";
declare const TabContext: React.Context<{}>;
declare function Tab({ children, id, index }: any): import("react/jsx-runtime").JSX.Element;
export { Tab, TabContext };
//# sourceMappingURL=Tab.d.ts.map