import { GridColumnOptionsSimpleSectionBaseDescription } from "./GridColumnOptionsSimpleSectionBaseDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class GridColumnMoveOptionsDescription extends GridColumnOptionsSimpleSectionBaseDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private az;
    get moveLeftCaption(): string;
    set moveLeftCaption(a: string);
    private a0;
    get moveRightCaption(): string;
    set moveRightCaption(a: string);
}
