import { Description } from "./Description";
import { Type } from "./type";
import { WebRowTypeDescription } from "./WebRowTypeDescription";
/**
 * @hidden
 */
export declare class WebPinRowEventArgsDetailDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private u;
    get rowID(): any;
    set rowID(a: any);
    private v;
    get rowKey(): any;
    set rowKey(a: any);
    private k;
    get row(): WebRowTypeDescription;
    set row(a: WebRowTypeDescription);
    private r;
    get insertAtIndex(): number;
    set insertAtIndex(a: number);
    private o;
    get isPinned(): boolean;
    set isPinned(a: boolean);
    private t;
    get owner(): any;
    set owner(a: any);
    private n;
    get cancel(): boolean;
    set cancel(a: boolean);
}
