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