import { Editor } from 'ngx-editor'; import { TBTableItems } from '../../sc-wysiwyg-types'; import * as i0 from "@angular/core"; export declare class SCWysiwygTableComponent { editor: Editor; private tableCommand; isDropdownOpen: boolean; get isTableSelected(): boolean; ngOnInit(): void; ngOnDestroy(): void; toggleDropdown(event: Event): void; closeDropdown(event: Event): void; executeCommand(command: TBTableItems): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }