import { RenderMarkProps } from "slate-react"; import { Editor as CoreEditor } from "slate"; export declare const superscriptPlugin: () => { renderMark: (props: RenderMarkProps, editor: CoreEditor, next: () => any) => any; toolbarButtons: ((props: { editor: any; }) => JSX.Element)[]; }; //# sourceMappingURL=superscriptPlugin.d.ts.map