import { ToolbarType } from '../../types/toolbar';
export declare const InsertTextEvent: (type: ToolbarType) => void;
export declare const InsertImageEvent: (url: string, alt: string) => void;
export declare const UndoEvent: () => void;
export declare const RedoEvent: () => void;
export declare const InsertEmojiEvent: (emoji: any) => void;
