declare type IEngineContext = { appHelper: any; engine: any; blockContext: any; components: any; pageContext: any; }; declare const useEngineContext: () => IEngineContext; export default useEngineContext;