import { FC } from "react"; import { DageEditorProps } from "./types"; import "@wangeditor/editor/dist/css/style.css"; export declare const DageEditor: FC; export * from "./types"; //# sourceMappingURL=index.d.ts.map