/** Core */ import { CoreComponent } from "cmf.core/src/core"; import { PageBag } from "cmf.core.controls/src/components/page/pageBag"; import Cmf from "cmf.lbos"; /** Nested components */ import * as TransactionWizardPackage from "../../directives/transactionWizard/transactionWizard"; /** Angular2 */ import * as ng from "@angular/core"; /** * The Comment entity wizard * */ export declare class WizardComment extends CoreComponent implements TransactionWizardPackage.TransactionWizardInterface { private element; _entity: Cmf.Foundation.BusinessObjects.Entity; private _comments; /** * @method constructor */ constructor(element: ng.ElementRef, _pageBag: PageBag); prepareTransactionInput(args: TransactionWizardPackage.TransactionWizardArgs): Promise; onChange($event: any): void; } export declare class WizardCommentModule { }