import React from 'react';
import { ContentEditorToolbarProps } from './interfaces';
declare const ContentEditorToolbar: React.FC<ContentEditorToolbarProps>;
export default ContentEditorToolbar;
