declare interface ItoolbarConfig { customToolbarComponents: any; contentStack: Boolean; toolbarMode: string; } export declare const handleShortcut: (event: any, editor: any, toolbarConfig: ItoolbarConfig) => void; export {};