///
import { RoboflowApi, RoboflowApiProviderProps } from "../../context/RoboflowApi/RoboflowApi.types";
export declare const RoboflowApiContext: import("react").Context;
export declare const useRoboflowApiContext: () => RoboflowApi;
export declare const RoboflowApiProvider: ({ roboflowAuthParams, children }: RoboflowApiProviderProps) => import("react/jsx-runtime").JSX.Element;