import { EventEmitter } from '@angular/core'; import { BooleanInput } from '../../components'; import { PrintType } from '../../models/print.model'; import * as i0 from "@angular/core"; export declare class ZekEditToolbar { private _showSave; get showSave(): BooleanInput; set showSave(v: BooleanInput); private _showCancel; get showCancel(): BooleanInput; set showCancel(v: BooleanInput); PrintType: typeof PrintType; private _showExport; get showExport(): BooleanInput; set showExport(v: BooleanInput); private _showPrint; get showPrint(): BooleanInput; set showPrint(v: BooleanInput); private _readOnly; get readOnly(): boolean; set readOnly(v: BooleanInput); onSave: EventEmitter; onCancel: EventEmitter; cancel(): void; onPrint: EventEmitter; print(printType?: PrintType): void; onExport: EventEmitter; exportExcel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }