import { SCWysiwygMenuIconService } from './../sc-wysiwyg-menu-icon.service'; import { TranslateService } from '@ngx-translate/core'; import { EventEmitter, OnInit } from '@angular/core'; import { EditorView } from 'prosemirror-view'; import { TBItems, ToolbarItem } from '../../sc-wysiwyg-types'; import * as i0 from "@angular/core"; export declare class SCWysiwygCustomCommandComponent implements OnInit { private scWysiwygMenuIconService; private translateService; toolbarItem: ToolbarItem; isToggle: boolean; disabled: boolean; commandClicked: EventEmitter; icon: string; editorView: EditorView; isActive: boolean; get name(): TBItems; constructor(scWysiwygMenuIconService: SCWysiwygMenuIconService, translateService: TranslateService); ngOnInit(): void; handleClick(): void; onMouseClick(e: MouseEvent): void; onKeydown(): void; getTitle(name: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }