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