import { Base, Type } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
/**
 * @hidden
 */
export declare class GridClipboardEventDetail extends Base {
    static $t: Type;
    private b;
    protected get c(): WCNativeHelper;
    private e;
    protected get nativeElement(): any;
    protected set nativeElement(a: any);
    setNativeElement(a: any): void;
    get a(): any[];
    set a(a: any[]);
    get d(): boolean;
    set d(a: boolean);
}
