import React from 'react'; /** * A toolbar component that lets the user toggle bold, italic and underline formatting. */ export declare const BoldItalicUnderlineToggles: React.FC;