import * as React from "react"; import { Nullable } from "../../../../../../lib"; export type NodeBottomBarMenuVelue = "output" | "schema"; type NodeBottomBarContextValue = { selectedValue: Nullable; setSelectedValue?: React.Dispatch>>; }; export declare const useNodeBottomBarContext: () => NodeBottomBarContextValue; export declare const NodeBottomBarProvider: ({ children, }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=NodeBottomBarContext.d.ts.map