import { Dispatch } from "react"; export interface TabsContextValue { variant: "underlined" | "filled"; value: string | null; setValue: Dispatch; } export declare const TabsContextProvider: import("react").Provider; export declare const useTabsContext: () => TabsContextValue; //# sourceMappingURL=TabsContext.d.ts.map