/// import type { EditorCommands } from 'ricos-types'; export declare const getTitleIcon: (editorCommands: EditorCommands) => ((props: any) => import("react").JSX.Element) | ((props: any) => import("react").JSX.Element) | ((props: any) => import("react").JSX.Element); export declare const getTitleOnClick: (editorCommands: EditorCommands) => () => void; //# sourceMappingURL=title-button-utils.d.ts.map