export declare const URL = "/api/image/upload"; export interface EditorToolbarItem { class?: string; style?: any; caption?: string; tooltip?: string; command?: string; val?: any; children?: EditorToolbarItem[]; childrenInline?: boolean; } export declare let toolbarItems: EditorToolbarItem[];