/** * To create a slate editor w/ history. */ export declare function createEditor(): import("slate").Editor & import("slate-history").HistoryEditor;