import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ColumnChooserDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private q;
    get targetGridRef(): string;
    set targetGridRef(a: string);
    private r;
    get title(): string;
    set title(a: string);
    private t;
    get titleFontFamily(): string;
    set titleFontFamily(a: string);
    private k;
    get titleFontSize(): number;
    set titleFontSize(a: number);
    private u;
    get titleFontStyle(): string;
    set titleFontStyle(a: string);
    private v;
    get titleFontWeight(): string;
    set titleFontWeight(a: string);
    private s;
    get titleColor(): string;
    set titleColor(a: string);
    private p;
    get filterPlaceholderText(): string;
    set filterPlaceholderText(a: string);
    private n;
    get baseTheme(): string;
    set baseTheme(a: string);
    private o;
    get density(): string;
    set density(a: string);
    private m;
    get backgroundColor(): string;
    set backgroundColor(a: string);
}
