import React from 'react'; interface iProps { elementRef: React.MutableRefObject; } export declare const CanvasWrapper: ({ elementRef }: iProps) => JSX.Element; export {};