export declare class IgcCancelableEventArgs { /** * Provides the ability to cancel the event. */ public cancel: boolean; }