import { GridColumnOptionsSectionBase } from "./GridColumnOptionsSectionBase";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare abstract class GridColumnOptionsSimpleSectionBase extends GridColumnOptionsSectionBase {
    static $t: Type;
    constructor();
    private bx;
    get by(): string;
    set by(a: string);
    private bv;
    get bw(): boolean;
    set bw(a: boolean);
    abstract get b0(): string;
    protected be(a: string, b: any, c: any): void;
}
