import React from 'react'; export declare const MatrixEngineWGPUContext: React.Context; export declare const useMatrixEngineWGPU: () => any; export declare const injectEngineExternally: (engine: any) => void; export declare const MatrixEngineProvider: ({ children }: { children: React.ReactNode; }) => React.JSX.Element;