import { WebFloatingPaneResizeEventArgsDetailDescription } from "./WebFloatingPaneResizeEventArgsDetailDescription";
import { WebDockManagerPointDescription } from "./WebDockManagerPointDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebFloatingPaneResizeMoveEventArgsDetailDescription extends WebFloatingPaneResizeEventArgsDetailDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private z;
    get oldWidth(): number;
    set oldWidth(a: number);
    private x;
    get newWidth(): number;
    set newWidth(a: number);
    private y;
    get oldHeight(): number;
    set oldHeight(a: number);
    private w;
    get newHeight(): number;
    set newHeight(a: number);
    private s;
    get oldLocation(): WebDockManagerPointDescription;
    set oldLocation(a: WebDockManagerPointDescription);
    private r;
    get newLocation(): WebDockManagerPointDescription;
    set newLocation(a: WebDockManagerPointDescription);
}
