import React from "react"; import { ToolbarProps } from "../../__utils__/interfaces.types"; declare const Toolbar: ({ contentEditorRef, namespace, hasHeader, onCancel, onSave, size, toolbarControls, }: ToolbarProps) => React.JSX.Element | null; export default Toolbar;