import { FC } from 'react'; import { CanvasProps } from './type'; declare const CanvasWeapp: FC; export default CanvasWeapp;