import { Description } from "./Description";
import { WebGridStateInfoDetailDescription } from "./WebGridStateInfoDetailDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebGridStateInfoEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private k;
    get detail(): WebGridStateInfoDetailDescription;
    set detail(a: WebGridStateInfoDetailDescription);
}
