import { WebPaneDragActionDescription } from "./WebPaneDragActionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebMoveTabActionDescription extends WebPaneDragActionDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private k;
    get actionType(): string;
    set actionType(a: string);
    private h;
    get oldIndex(): number;
    set oldIndex(a: number);
    private g;
    get newIndex(): number;
    set newIndex(a: number);
}
