import { RenderBlockProps } from "slate-react"; import { Editor as CoreEditor } from "slate"; export declare const noteBlocks: string[]; export declare const notePlugin: () => { renderBlock: (props: RenderBlockProps, editor: CoreEditor, next: () => any) => any; onKeyDown: (event: KeyboardEvent, editor: CoreEditor, next: () => any) => any; queries: { addNote: (editor: CoreEditor) => void; isNote: (editor: CoreEditor) => boolean; }; sidebarButtons: ((editorProps: { editor: any; }) => JSX.Element)[]; }; //# sourceMappingURL=notePlugin.d.ts.map