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