import { WebCancelableEventArgsDetailDescription } from "./WebCancelableEventArgsDetailDescription";
import { Type } from "./type";
import { WebRowTypeDescription } from "./WebRowTypeDescription";
/**
 * @hidden
 */
export declare class WebPinRowEventArgsDetailDescription extends WebCancelableEventArgsDetailDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private r;
    get rowID(): any;
    set rowID(a: any);
    private k;
    get row(): WebRowTypeDescription;
    set row(a: WebRowTypeDescription);
    private p;
    get insertAtIndex(): number;
    set insertAtIndex(a: number);
    private n;
    get isPinned(): boolean;
    set isPinned(a: boolean);
}
