import RCEWrapper from './RCEWrapper'; import type { EditorOptions } from './types'; export declare function renderIntoDiv(target: HTMLElement, props: EditorOptions, renderCallback?: (ref: RCEWrapper) => void): void;