import React from "react"; interface GlobalContextParams { actions?: any; components?: any; } declare const GlobalContext: React.Context; export default GlobalContext; //# sourceMappingURL=GlobalContext.d.ts.map