import { EventEmitter } from '@angular/core'; import { type AbstractTuiEditor, type TuiEditorAttachedFile, TuiEditorTool, type TuiEditorToolType } from '@taiga-ui/editor/common'; import * as i0 from "@angular/core"; export declare class TuiToolbar { protected readonly options: import("@taiga-ui/editor/common").TuiEditorOptions; protected readonly tool: typeof TuiEditorTool; protected toolsSet: Set; editor: AbstractTuiEditor | null; /** * @deprecated use provideTuiEditorOptions({ textColors, backgroundColors }) */ colors: ReadonlyMap; /** * @deprecated */ disabled: boolean; readonly linkAdded: EventEmitter; readonly texClicked: EventEmitter; readonly fileAttached: EventEmitter[]>; readonly el: HTMLElement | null; set tools(value: Set | readonly TuiEditorToolType[]); protected get formatEnabled(): boolean; protected get firstBigBlockEnabled(): boolean; protected get secondBigBlockEnabled(): boolean; protected enabled(tool: TuiEditorToolType): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }