import { OnInit, EventEmitter } from '@angular/core'; import { IToolbarItem } from "mobicloud-core"; import * as i0 from "@angular/core"; export declare class ContentToolbarComponent implements OnInit { toobarEnabled: boolean | undefined; preToolbarItems: IToolbarItem[] | undefined; toobarTitleIcon: string | undefined; toobarTitle: string | undefined; toolbarItems: IToolbarItem[] | undefined; ToolbarItemClick: EventEmitter<{ name: string; parameters: any[]; }>; constructor(); ngOnInit(): void; onToolbarItemClick(name: string, parameters: any[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=content-toolbar.component.d.ts.map