import { Base, Type } from "igniteui-angular-core"; import { ToolActionType } from "igniteui-angular-core"; /** * @hidden */ export declare class ToolActionEventDetail extends Base { static $t: Type; g: string; a: ToolActionType; c: boolean; b: boolean; e: number; d: Date; f: any; h: string; }