import { EventEmitter } from '@angular/core'; import { Tool } from '../shared'; export declare class ToolbarItemComponent { tool: Tool; private _tool; withTitle: boolean; private _withTitle; withIcon: boolean; private _withIcon; tooltip: string; private _tooltip; select: EventEmitter; constructor(); }