import React from "react";
export declare const DevToolsContext: React.Context<{
    data: {};
    add: (_key: string, _value: any) => void;
}>;
export declare const ContextProvider: ({ children }: {
    children: any;
}) => JSX.Element;
