import type { YooEditor, YooptaContentValue } from '../types';
export declare function setEditorValue(editor: YooEditor, value: YooptaContentValue | null): void;
//# sourceMappingURL=setEditorValue.d.ts.map