/// <reference types="react" />
import { RichTextToolbarProps } from '../../types';
export declare const Toolbar: React.FC<RichTextToolbarProps>;
