import { IGridEvent } from './../../interfaces/events/i-grid-event';
export declare class GridEvent implements IGridEvent {
    static readonly ON_INITIALIZED: string;
    gridComponent: any;
    gridElement: HTMLElement;
    type: string;
}
