import React from 'react'; /** * A toolbar button that allows the user to insert a thematic break (rendered as an HR HTML element). * For this button to work, you need to have the `thematicBreakPlugin` plugin enabled. */ export declare const InsertThematicBreak: React.FC;