import React from 'react'; /** * A toolbar component that lets the user undo and redo changes in the editor. */ export declare const UndoRedo: React.FC;