import React from "react"; import "@wangeditor/editor/dist/css/style.css"; import { WebComponentProps } from "oak-frontend-base"; import { EntityDict } from "./../../../oak-app-domain"; export default function Render(props: WebComponentProps void; setEditor: (editor: any) => void; check: () => void; uploadFile: (extraFile: EntityDict['extraFile']['CreateSingle']['data'], file: File) => Promise; clearContentTip: () => void; gotoPreview: (content?: string, title?: string) => void; }>): React.JSX.Element;