import { ElementRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class ToolbarItemComponent { image: string; text: string; disabled: boolean; children: any[]; hideArrow: boolean; disabledOptions: { [key: string]: any; }; buttonElement: ElementRef; get hostDisabled(): boolean; getWidth(): number; ImageType: string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }