import { IgxToolActionComponent } from "./igx-tool-action-component"; import { ToolActionPopupOpeningEventArgs as ToolActionPopupOpeningEventArgs_internal } from "./ToolActionPopupOpeningEventArgs"; export declare class IgxToolActionPopupOpeningEventArgs { protected createImplementation(): ToolActionPopupOpeningEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): ToolActionPopupOpeningEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get sourceAction(): IgxToolActionComponent; set sourceAction(v: IgxToolActionComponent); get cancel(): boolean; set cancel(v: boolean); static ngAcceptInputType_cancel: boolean | string; }