/** * Syncs JSON attrs (dir + style) with Unicode RTL content during Slate normalization * instead of during React render (prevents path/descent errors when normalization * merges nodes concurrently with render-time Transforms). */ export declare const withTextDirection: (editor: any) => any;