import { RenderBlockProps, Editor } from "slate-react"; import { Editor as CoreEditor } from "slate"; export declare const textAlignPlugin: () => { renderBlock: (props: RenderBlockProps, editor: CoreEditor, next: () => any) => any; onKeyDown: (event: KeyboardEvent, editor: Editor, next: () => any) => void; toolbarButtons: { component: (props: { editor: any; }) => JSX.Element; allowRender: (slate: Editor) => boolean; }[]; }; //# sourceMappingURL=textAlignPlugin.d.ts.map