import { ComponentClass, FunctionComponent } from 'react'; import { PlateEditor, PlateRenderElementProps, SlateProps, Value } from '@udecode/plate-common'; export declare const elementToHtml: (editor: PlateEditor, { props, slateProps, preserveClassNames, dndWrapper, }: { props: PlateRenderElementProps>>; slateProps?: Partial | undefined; preserveClassNames?: string[] | undefined; dndWrapper?: string | FunctionComponent<{}> | ComponentClass<{}, any> | undefined; }) => string; //# sourceMappingURL=elementToHtml.d.ts.map