import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { WebColumnDescription } from "./WebColumnDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebColumnResizeEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private p;
    get column(): WebColumnDescription;
    set column(a: WebColumnDescription);
    private u;
    get prevWidth(): string;
    set prevWidth(a: string);
    private t;
    get newWidth(): string;
    set newWidth(a: string);
}
