import { RenderMarkProps } from "slate-react"; import { Editor as CoreEditor, Editor } from "slate"; export declare const baseMarksPlugin: () => { renderMark: (props: RenderMarkProps, editor: CoreEditor, next: () => any) => any; onKeyDown: (event: KeyboardEvent, editor: CoreEditor, next: () => any) => any; queries: { hasMark: (editor: Editor, markType: string | string[]) => any; }; toolbarButtons: ((props: { editor: any; }) => JSX.Element)[]; serializers: ((el: any, next: any) => { object: string; type: string; nodes: any; })[]; }; //# sourceMappingURL=baseMarksPlugin.d.ts.map