import React from 'react'; import { PropsWithChildren } from 'react'; import { MatrixEngineCanvasProps } from "./my-types"; export type MatrixEngineCanvasPropsWithChildren = PropsWithChildren; export declare const MatrixEngineCanvas: React.FC;