import React from 'react'; import { EntityDict } from '../../oak-app-domain'; import { WebComponentProps } from 'oak-frontend-base'; import "@wangeditor/editor/dist/css/style.css"; import { ReplyType } from '../../types/WeChat'; export default function Render(props: WebComponentProps void; changeType: (type: ReplyType) => void; getMaterialImgAndVoice: (type: string, mediaId: string) => Promise; getMaterialVideo: (mediaId: string) => Promise<{ title: string; description: string; mediaId: string; url: string; }>; }>): React.JSX.Element;