import React from 'react'; export declare const UndoButton: ({ format, children }: { format?: string; children: any; }) => React.JSX.Element;