import React from 'react';
import { CanvasProps } from '@bytedance/mona';
declare const Canvas: React.FC<CanvasProps>;
export default Canvas;
