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