import { Description } from "./Description";
import { Type } from "./type";
import { ListPanelPrimaryKeyValueDescription } from "./ListPanelPrimaryKeyValueDescription";
import { BaseDataSourceDescription } from "./BaseDataSourceDescription";
/**
 * @hidden
 */
export declare class ListPanelDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private bj;
    get selectionMode(): string;
    set selectionMode(a: string);
    private w;
    get isActiveRowStyleEnabled(): boolean;
    set isActiveRowStyleEnabled(a: boolean);
    private be;
    get selectedBackground(): string;
    set selectedBackground(a: string);
    private a9;
    get normalBackground(): string;
    set normalBackground(a: string);
    private au;
    get activationBorder(): string;
    set activationBorder(a: string);
    private aj;
    get activationBorderLeftWidth(): number;
    set activationBorderLeftWidth(a: number);
    private al;
    get activationBorderTopWidth(): number;
    set activationBorderTopWidth(a: number);
    private ak;
    get activationBorderRightWidth(): number;
    set activationBorderRightWidth(a: number);
    private ai;
    get activationBorderBottomWidth(): number;
    set activationBorderBottomWidth(a: number);
    private av;
    get activationMode(): string;
    set activationMode(a: string);
    private bh;
    get selectionBehavior(): string;
    set selectionBehavior(a: string);
    private l;
    get primaryKey(): string[];
    set primaryKey(a: string[]);
    private k;
    get actualPrimaryKey(): string[];
    set actualPrimaryKey(a: string[]);
    private n;
    get selectedItems(): any[];
    set selectedItems(a: any[]);
    private o;
    get selectedKeys(): ListPanelPrimaryKeyValueDescription[];
    set selectedKeys(a: ListPanelPrimaryKeyValueDescription[]);
    private a3;
    get dataSourceRef(): string;
    set dataSourceRef(a: string);
    private u;
    get dataSource(): BaseDataSourceDescription;
    set dataSource(a: BaseDataSourceDescription);
    private m;
    get schemaIncludedProperties(): string[];
    set schemaIncludedProperties(a: string[]);
    private ae;
    get itemSpacing(): number;
    set itemSpacing(a: number);
    private an;
    get rowHeight(): number;
    set rowHeight(a: number);
    private ac;
    get actualRowHeight(): number;
    set actualRowHeight(a: number);
    private az;
    get cellFontFamily(): string;
    set cellFontFamily(a: string);
    private ad;
    get cellFontSize(): number;
    set cellFontSize(a: number);
    private a0;
    get cellFontStyle(): string;
    set cellFontStyle(a: string);
    private a1;
    get cellFontWeight(): string;
    set cellFontWeight(a: string);
    private bd;
    get scrollbarStyle(): string;
    set scrollbarStyle(a: string);
    private bc;
    get scrollbarBackground(): string;
    set scrollbarBackground(a: string);
    private ay;
    get backgroundColor(): string;
    set backgroundColor(a: string);
    private ba;
    get orientation(): string;
    set orientation(a: string);
    private x;
    get isCustomRowHeightEnabled(): boolean;
    set isCustomRowHeightEnabled(a: boolean);
    private bk;
    get textColor(): string;
    set textColor(a: string);
    private am;
    get activeRow(): number;
    set activeRow(a: number);
    private y;
    get notifyOnAllSelectionChanges(): boolean;
    set notifyOnAllSelectionChanges(a: boolean);
    private a7;
    get itemRecycledRef(): string;
    set itemRecycledRef(a: string);
    private a6;
    get itemRebindRef(): string;
    set itemRebindRef(a: string);
    private bf;
    get selectedItemsChangedRef(): string;
    set selectedItemsChangedRef(a: string);
    private bg;
    get selectedKeysChangedRef(): string;
    set selectedKeysChangedRef(a: string);
    private bi;
    get selectionChangedRef(): string;
    set selectionChangedRef(a: string);
    private aw;
    get activeRowChangedRef(): string;
    set activeRowChangedRef(a: string);
    private a2;
    get contentRefreshedRef(): string;
    set contentRefreshedRef(a: string);
    private bb;
    get rowUpdatingRef(): string;
    set rowUpdatingRef(a: string);
    private a8;
    get itemWidthRequestedRef(): string;
    set itemWidthRequestedRef(a: string);
    private a5;
    get itemHeightRequestedRef(): string;
    set itemHeightRequestedRef(a: string);
    private a4;
    get itemClickedRef(): string;
    set itemClickedRef(a: string);
    private ax;
    get actualPrimaryKeyChangeRef(): string;
    set actualPrimaryKeyChangeRef(a: string);
}
