import { PlateEditor, PlatePluginKey, TNodeProps, Value } from '@udecode/plate-common'; import { TExcalidrawElement } from '../types'; export declare const insertExcalidraw: (editor: PlateEditor, { key, ...props }?: TNodeProps & PlatePluginKey) => void; //# sourceMappingURL=insertExcalidraw.d.ts.map