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