import { IgxToolActionEventDetail } from "./igx-tool-action-event-detail"; import { IgxToolActionEventDetailCollection } from "./igx-tool-action-event-detail-collection"; import { ToolActionPerformedEventArgs as ToolActionPerformedEventArgs_internal } from "./ToolActionPerformedEventArgs"; export declare class IgxToolActionPerformedEventArgs { protected createImplementation(): ToolActionPerformedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): ToolActionPerformedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get isAggregate(): boolean; set isAggregate(v: boolean); static ngAcceptInputType_isAggregate: boolean | string; get detail(): IgxToolActionEventDetail; set detail(v: IgxToolActionEventDetail); private _detailCollection; get detailCollection(): IgxToolActionEventDetailCollection; set detailCollection(v: IgxToolActionEventDetailCollection); static ngAcceptInputType_detailCollection: IgxToolActionEventDetailCollection | string; }