import { Description } from "./Description";
import { SectionHeaderDescription } from "./SectionHeaderDescription";
import { SummaryRowRootDescription } from "./SummaryRowRootDescription";
import { SummaryRowSectionDescription } from "./SummaryRowSectionDescription";
import { RowSeparatorDescription } from "./RowSeparatorDescription";
import { HeaderRowSeparatorDescription } from "./HeaderRowSeparatorDescription";
import { HeaderSeparatorDescription } from "./HeaderSeparatorDescription";
import { ColumnResizingSeparatorDescription } from "./ColumnResizingSeparatorDescription";
import { ColumnMovingSeparatorDescription } from "./ColumnMovingSeparatorDescription";
import { PinnedAreaSeparatorDescription } from "./PinnedAreaSeparatorDescription";
import { BaseDataSourceDescription } from "./BaseDataSourceDescription";
import { BaseGenericDataSourceDescription } from "./BaseGenericDataSourceDescription";
import { GridAnimationSettingsDescription } from "./GridAnimationSettingsDescription";
import { Type } from "./type";
import { PrimaryKeyValueDescription } from "./PrimaryKeyValueDescription";
import { CellKeyDescription } from "./CellKeyDescription";
import { CellRangeDescription } from "./CellRangeDescription";
import { GridCellPositionDescription } from "./GridCellPositionDescription";
import { ResponsiveStateDescription } from "./ResponsiveStateDescription";
import { ColumnSortDescriptionDescription } from "./ColumnSortDescriptionDescription";
import { ColumnGroupDescriptionDescription } from "./ColumnGroupDescriptionDescription";
import { ColumnSummaryDescriptionDescription } from "./ColumnSummaryDescriptionDescription";
import { FilterExpressionDescription } from "./FilterExpressionDescription";
import { DataGridColumnDescription } from "./DataGridColumnDescription";
/**
 * @hidden
 */
export declare class DataGridDescription extends Description {
    static $t: Type;
    private i4;
    get width(): string;
    set width(a: string);
    private g9;
    get height(): string;
    set height(a: string);
    private fd;
    get background(): string;
    set background(a: string);
    private by;
    get isGroupByAreaVisible(): boolean;
    set isGroupByAreaVisible(a: boolean);
    private b3;
    get isPagerVisible(): boolean;
    set isPagerVisible(a: boolean);
    private b8;
    get isToolbarVisible(): boolean;
    set isToolbarVisible(a: boolean);
    protected get_type(): string;
    get type(): string;
    constructor();
    private f8;
    get columnResizingMode(): string;
    set columnResizingMode(a: string);
    private f0;
    get columnMovingMode(): string;
    set columnMovingMode(a: string);
    private b5;
    get isRowHoverEnabled(): boolean;
    set isRowHoverEnabled(a: boolean);
    private hm;
    get rowHoverBackground(): string;
    set rowHoverBackground(a: string);
    private hn;
    get rowHoverTextColor(): string;
    set rowHoverTextColor(a: string);
    private go;
    get editRowBorder(): string;
    set editRowBorder(a: string);
    private dp;
    get editRowBorderWidthBottom(): number;
    set editRowBorderWidthBottom(a: number);
    private dq;
    get editRowBorderWidthLeft(): number;
    set editRowBorderWidthLeft(a: number);
    private dr;
    get editRowBorderWidthRight(): number;
    set editRowBorderWidthRight(a: number);
    private ds;
    get editRowBorderWidthTop(): number;
    set editRowBorderWidthTop(a: number);
    private bi;
    get sectionHeader(): SectionHeaderDescription;
    set sectionHeader(a: SectionHeaderDescription);
    private bk;
    get summaryRowRoot(): SummaryRowRootDescription;
    set summaryRowRoot(a: SummaryRowRootDescription);
    private bm;
    get summaryRowSection(): SummaryRowSectionDescription;
    set summaryRowSection(a: SummaryRowSectionDescription);
    private bg;
    get rowSeparator(): RowSeparatorDescription;
    set rowSeparator(a: RowSeparatorDescription);
    private ba;
    get headerRowSeparator(): HeaderRowSeparatorDescription;
    set headerRowSeparator(a: HeaderRowSeparatorDescription);
    private bc;
    get headerSeparator(): HeaderSeparatorDescription;
    set headerSeparator(a: HeaderSeparatorDescription);
    private a4;
    get columnResizingSeparator(): ColumnResizingSeparatorDescription;
    set columnResizingSeparator(a: ColumnResizingSeparatorDescription);
    private a2;
    get columnMovingSeparator(): ColumnMovingSeparatorDescription;
    set columnMovingSeparator(a: ColumnMovingSeparatorDescription);
    private be;
    get pinnedAreaSeparator(): PinnedAreaSeparatorDescription;
    set pinnedAreaSeparator(a: PinnedAreaSeparatorDescription);
    private m;
    get autoGenerateDesiredProperties(): string[];
    set autoGenerateDesiredProperties(a: string[]);
    private o;
    get dataSourceDesiredProperties(): string[];
    set dataSourceDesiredProperties(a: string[]);
    private gi;
    get density(): string;
    set density(a: string);
    private eq;
    get actualRowHeight(): number;
    set actualRowHeight(a: number);
    private ex;
    get rowHeight(): number;
    set rowHeight(a: number);
    private dl;
    get defaultColumnMinWidth(): number;
    set defaultColumnMinWidth(a: number);
    private ep;
    get actualHeaderHeight(): number;
    set actualHeaderHeight(a: number);
    private et;
    get headerHeight(): number;
    set headerHeight(a: number);
    private gg;
    get dataSourceRef(): string;
    set dataSourceRef(a: string);
    private ay;
    get dataSource(): BaseDataSourceDescription;
    set dataSource(a: BaseDataSourceDescription);
    private a0;
    get genericDataSource(): BaseGenericDataSourceDescription;
    set genericDataSource(a: BaseGenericDataSourceDescription);
    private g0;
    get headerClickAction(): string;
    set headerClickAction(a: string);
    private gm;
    get editMode(): string;
    set editMode(a: string);
    private gn;
    get editModeClickAction(): string;
    set editModeClickAction(a: string);
    private bt;
    get editOnKeyPress(): boolean;
    set editOnKeyPress(a: boolean);
    private bq;
    get autoGenerateColumns(): boolean;
    set autoGenerateColumns(a: boolean);
    private ey;
    get rowSeparatorHeight(): number;
    set rowSeparatorHeight(a: number);
    private b4;
    get isPlaceholderRenderingEnabled(): boolean;
    set isPlaceholderRenderingEnabled(a: boolean);
    private fv;
    get columnAddingAnimationMode(): string;
    set columnAddingAnimationMode(a: string);
    private f6;
    get columnPropertyUpdatingAnimationMode(): string;
    set columnPropertyUpdatingAnimationMode(a: string);
    private fh;
    get cellDataLoadedAnimationMode(): string;
    set cellDataLoadedAnimationMode(a: string);
    private ho;
    get rowSelectionAnimationMode(): string;
    set rowSelectionAnimationMode(a: string);
    private hl;
    get rowHoverAnimationMode(): string;
    set rowHoverAnimationMode(a: string);
    private fs;
    get cellSelectionAnimationMode(): string;
    set cellSelectionAnimationMode(a: string);
    private a6;
    get animationSettings(): GridAnimationSettingsDescription;
    set animationSettings(a: GridAnimationSettingsDescription);
    private f7;
    get columnResizingAnimationMode(): string;
    set columnResizingAnimationMode(a: string);
    private gb;
    get columnShowingAnimationMode(): string;
    set columnShowingAnimationMode(a: string);
    private fz;
    get columnMovingAnimationMode(): string;
    set columnMovingAnimationMode(a: string);
    private fy;
    get columnHidingAnimationMode(): string;
    set columnHidingAnimationMode(a: string);
    private fw;
    get columnExchangingAnimationMode(): string;
    set columnExchangingAnimationMode(a: string);
    private h7;
    get selectionMode(): string;
    set selectionMode(a: string);
    private e9;
    get activationMode(): string;
    set activationMode(a: string);
    private h5;
    get selectionBehavior(): string;
    set selectionBehavior(a: string);
    private b9;
    get mouseDragSelectionEnabled(): boolean;
    set mouseDragSelectionEnabled(a: boolean);
    private aa;
    get selectedItems(): any[];
    set selectedItems(a: any[]);
    private ab;
    get selectedKeys(): PrimaryKeyValueDescription[];
    set selectedKeys(a: PrimaryKeyValueDescription[]);
    private z;
    get selectedCells(): CellKeyDescription[];
    set selectedCells(a: CellKeyDescription[]);
    private y;
    get selectedCellRanges(): CellRangeDescription[];
    set selectedCellRanges(a: CellRangeDescription[]);
    private u;
    get pinnedItems(): any[];
    set pinnedItems(a: any[]);
    private v;
    get pinnedKeys(): PrimaryKeyValueDescription[];
    set pinnedKeys(a: PrimaryKeyValueDescription[]);
    private bv;
    get isColumnOptionsEnabled(): boolean;
    set isColumnOptionsEnabled(a: boolean);
    private b1;
    get isGroupRowSticky(): boolean;
    set isGroupRowSticky(a: boolean);
    private b2;
    get isHeaderSeparatorVisible(): boolean;
    set isHeaderSeparatorVisible(a: boolean);
    private fr;
    get cellSelectedBackground(): string;
    set cellSelectedBackground(a: string);
    private hz;
    get sectionHeaderSelectedBackground(): string;
    set sectionHeaderSelectedBackground(a: string);
    private ic;
    get summaryRootBackground(): string;
    set summaryRootBackground(a: string);
    private ip;
    get summarySectionBackground(): string;
    set summarySectionBackground(a: string);
    private du;
    get pinnedRowOpacity(): number;
    set pinnedRowOpacity(a: number);
    private gj;
    get editFontFamily(): string;
    set editFontFamily(a: string);
    private dm;
    get editFontSize(): number;
    set editFontSize(a: number);
    private gk;
    get editFontStyle(): string;
    set editFontStyle(a: string);
    private gl;
    get editFontWeight(): string;
    set editFontWeight(a: string);
    private dn;
    get editOpacity(): number;
    set editOpacity(a: number);
    private gh;
    get deletedTextColor(): string;
    set deletedTextColor(a: string);
    private ia;
    get stickyRowBackground(): string;
    set stickyRowBackground(a: string);
    private hh;
    get pinnedRowBackground(): string;
    set pinnedRowBackground(a: string);
    private hd;
    get lastStickyRowBackground(): string;
    set lastStickyRowBackground(a: string);
    private a8;
    get activeCell(): GridCellPositionDescription;
    set activeCell(a: GridCellPositionDescription);
    private ff;
    get cellBackground(): string;
    set cellBackground(a: string);
    private ft;
    get cellTextColor(): string;
    set cellTextColor(a: string);
    private g6;
    get headerSortIndicatorColor(): string;
    set headerSortIndicatorColor(a: string);
    private g7;
    get headerSortIndicatorStyle(): string;
    set headerSortIndicatorStyle(a: string);
    private fk;
    get cellFontFamily(): string;
    set cellFontFamily(a: string);
    private de;
    get cellFontSize(): number;
    set cellFontSize(a: number);
    private fl;
    get cellFontStyle(): string;
    set cellFontStyle(a: string);
    private fm;
    get cellFontWeight(): string;
    set cellFontWeight(a: string);
    private hv;
    get sectionHeaderBackground(): string;
    set sectionHeaderBackground(a: string);
    private h0;
    get sectionHeaderTextColor(): string;
    set sectionHeaderTextColor(a: string);
    private hw;
    get sectionHeaderFontFamily(): string;
    set sectionHeaderFontFamily(a: string);
    private dv;
    get sectionHeaderFontSize(): number;
    set sectionHeaderFontSize(a: number);
    private hx;
    get sectionHeaderFontStyle(): string;
    set sectionHeaderFontStyle(a: string);
    private hy;
    get sectionHeaderFontWeight(): string;
    set sectionHeaderFontWeight(a: string);
    private id;
    get summaryRootLabelFontFamily(): string;
    set summaryRootLabelFontFamily(a: string);
    private dw;
    get summaryRootLabelFontSize(): number;
    set summaryRootLabelFontSize(a: number);
    private ie;
    get summaryRootLabelFontStyle(): string;
    set summaryRootLabelFontStyle(a: string);
    private ig;
    get summaryRootLabelFontWeight(): string;
    set summaryRootLabelFontWeight(a: string);
    private iq;
    get summarySectionLabelFontFamily(): string;
    set summarySectionLabelFontFamily(a: string);
    private dy;
    get summarySectionLabelFontSize(): number;
    set summarySectionLabelFontSize(a: number);
    private ir;
    get summarySectionLabelFontStyle(): string;
    set summarySectionLabelFontStyle(a: string);
    private is;
    get summarySectionLabelFontWeight(): string;
    set summarySectionLabelFontWeight(a: string);
    private im;
    get summaryRootValueTextColor(): string;
    set summaryRootValueTextColor(a: string);
    private ij;
    get summaryRootValueFontFamily(): string;
    set summaryRootValueFontFamily(a: string);
    private dx;
    get summaryRootValueFontSize(): number;
    set summaryRootValueFontSize(a: number);
    private ik;
    get summaryRootValueFontStyle(): string;
    set summaryRootValueFontStyle(a: string);
    private il;
    get summaryRootValueFontWeight(): string;
    set summaryRootValueFontWeight(a: string);
    private iv;
    get summarySectionValueFontFamily(): string;
    set summarySectionValueFontFamily(a: string);
    private dz;
    get summarySectionValueFontSize(): number;
    set summarySectionValueFontSize(a: number);
    private iw;
    get summarySectionValueFontStyle(): string;
    set summarySectionValueFontStyle(a: string);
    private ix;
    get summarySectionValueFontWeight(): string;
    set summarySectionValueFontWeight(a: string);
    private iy;
    get summarySectionValueTextColor(): string;
    set summarySectionValueTextColor(a: string);
    private ih;
    get summaryRootLabelTextColor(): string;
    set summaryRootLabelTextColor(a: string);
    private it;
    get summarySectionLabelTextColor(): string;
    set summarySectionLabelTextColor(a: string);
    private ii;
    get summaryRootSelectedBackground(): string;
    set summaryRootSelectedBackground(a: string);
    private iu;
    get summarySectionSelectedBackground(): string;
    set summarySectionSelectedBackground(a: string);
    private ew;
    get pinnedAreaSeparatorWidth(): number;
    set pinnedAreaSeparatorWidth(a: number);
    private eu;
    get headerSeparatorWidth(): number;
    set headerSeparatorWidth(a: number);
    private g5;
    get headerSeparatorBackground(): string;
    set headerSeparatorBackground(a: string);
    private gz;
    get headerBackground(): string;
    set headerBackground(a: string);
    private g8;
    get headerTextColor(): string;
    set headerTextColor(a: string);
    private g1;
    get headerFontFamily(): string;
    set headerFontFamily(a: string);
    private dt;
    get headerFontSize(): number;
    set headerFontSize(a: number);
    private g2;
    get headerFontStyle(): string;
    set headerFontStyle(a: string);
    private g3;
    get headerFontWeight(): string;
    set headerFontWeight(a: string);
    private hp;
    get rowSeparatorBackground(): string;
    set rowSeparatorBackground(a: string);
    private g4;
    get headerRowSeparatorBackground(): string;
    set headerRowSeparatorBackground(a: string);
    private hs;
    get rowSeparatorStickyRowBackground(): string;
    set rowSeparatorStickyRowBackground(a: string);
    private hq;
    get rowSeparatorLastStickyRowBackground(): string;
    set rowSeparatorLastStickyRowBackground(a: string);
    private hr;
    get rowSeparatorPinnedRowBackground(): string;
    set rowSeparatorPinnedRowBackground(a: string);
    private es;
    get columnResizingSeparatorWidth(): number;
    set columnResizingSeparatorWidth(a: number);
    private dg;
    get columnResizingSeparatorOpacity(): number;
    set columnResizingSeparatorOpacity(a: number);
    private er;
    get columnMovingSeparatorWidth(): number;
    set columnMovingSeparatorWidth(a: number);
    private df;
    get columnMovingSeparatorOpacity(): number;
    set columnMovingSeparatorOpacity(a: number);
    private f9;
    get columnResizingSeparatorBackground(): string;
    set columnResizingSeparatorBackground(a: string);
    private f1;
    get columnMovingSeparatorBackground(): string;
    set columnMovingSeparatorBackground(a: string);
    private ce;
    get shiftSectionContent(): boolean;
    set shiftSectionContent(a: boolean);
    private f2;
    get columnOptionsIconAlignment(): string;
    set columnOptionsIconAlignment(a: string);
    private f4;
    get columnOptionsIconColor(): string;
    set columnOptionsIconColor(a: string);
    private f3;
    get columnOptionsIconBehavior(): string;
    set columnOptionsIconBehavior(a: string);
    private fe;
    get border(): string;
    set border(a: string);
    private da;
    get borderWidthBottom(): number;
    set borderWidthBottom(a: number);
    private db;
    get borderWidthLeft(): number;
    set borderWidthLeft(a: number);
    private dc;
    get borderWidthRight(): number;
    set borderWidthRight(a: number);
    private dd;
    get borderWidthTop(): number;
    set borderWidthTop(a: number);
    private ca;
    get notifyOnAllSelectionChanges(): boolean;
    set notifyOnAllSelectionChanges(a: boolean);
    private di;
    get cornerRadiusBottomRight(): number;
    set cornerRadiusBottomRight(a: number);
    private dh;
    get cornerRadiusBottomLeft(): number;
    set cornerRadiusBottomLeft(a: number);
    private dj;
    get cornerRadiusTopLeft(): number;
    set cornerRadiusTopLeft(a: number);
    private dk;
    get cornerRadiusTopRight(): number;
    set cornerRadiusTopRight(a: number);
    private bu;
    get isActiveCellStyleEnabled(): boolean;
    set isActiveCellStyleEnabled(a: boolean);
    private cf;
    get stopPropagation(): boolean;
    set stopPropagation(a: boolean);
    private x;
    get responsiveStates(): ResponsiveStateDescription[];
    set responsiveStates(a: ResponsiveStateDescription[]);
    private s;
    get initialSortDescriptions(): ColumnSortDescriptionDescription[];
    set initialSortDescriptions(a: ColumnSortDescriptionDescription[]);
    private r;
    get initialGroupDescriptions(): ColumnGroupDescriptionDescription[];
    set initialGroupDescriptions(a: ColumnGroupDescriptionDescription[]);
    private t;
    get initialSummaryDescriptions(): ColumnSummaryDescriptionDescription[];
    set initialSummaryDescriptions(a: ColumnSummaryDescriptionDescription[]);
    private hb;
    get initialSorts(): string;
    set initialSorts(a: string);
    private ha;
    get initialGroups(): string;
    set initialGroups(a: string);
    private hc;
    get initialSummaries(): string;
    set initialSummaries(a: string);
    private ac;
    get sortDescriptions(): ColumnSortDescriptionDescription[];
    set sortDescriptions(a: ColumnSortDescriptionDescription[]);
    private q;
    get groupDescriptions(): ColumnGroupDescriptionDescription[];
    set groupDescriptions(a: ColumnGroupDescriptionDescription[]);
    private p;
    get filterExpressions(): FilterExpressionDescription[];
    set filterExpressions(a: FilterExpressionDescription[]);
    private ad;
    get summaryDescriptions(): ColumnSummaryDescriptionDescription[];
    set summaryDescriptions(a: ColumnSummaryDescriptionDescription[]);
    private io;
    get summaryScope(): string;
    set summaryScope(a: string);
    private bz;
    get isGroupCollapsable(): boolean;
    set isGroupCollapsable(a: boolean);
    private gx;
    get groupHeaderDisplayMode(): string;
    set groupHeaderDisplayMode(a: string);
    private b0;
    get isGroupExpandedDefault(): boolean;
    set isGroupExpandedDefault(a: boolean);
    private gy;
    get groupSummaryDisplayMode(): string;
    set groupSummaryDisplayMode(a: string);
    private bp;
    get autoAcceptEdits(): boolean;
    set autoAcceptEdits(a: boolean);
    private w;
    get primaryKey(): string[];
    set primaryKey(a: string[]);
    private l;
    get actualPrimaryKey(): string[];
    set actualPrimaryKey(a: string[]);
    private k;
    get actualColumns(): DataGridColumnDescription[];
    set actualColumns(a: DataGridColumnDescription[]);
    private n;
    get columns(): DataGridColumnDescription[];
    set columns(a: DataGridColumnDescription[]);
    private cd;
    get reactsToSortChanges(): boolean;
    set reactsToSortChanges(a: boolean);
    private cc;
    get reactsToGroupChanges(): boolean;
    set reactsToGroupChanges(a: boolean);
    private cb;
    get reactsToFilterChanges(): boolean;
    set reactsToFilterChanges(a: boolean);
    private gp;
    get enterBehavior(): string;
    set enterBehavior(a: string);
    private gq;
    get enterBehaviorAfterEdit(): string;
    set enterBehaviorAfterEdit(a: string);
    private bx;
    get isColumnOptionsSummariesEnabled(): boolean;
    set isColumnOptionsSummariesEnabled(a: boolean);
    private bw;
    get isColumnOptionsGroupingEnabled(): boolean;
    set isColumnOptionsGroupingEnabled(a: boolean);
    private hf;
    get mergedCellMode(): string;
    set mergedCellMode(a: string);
    private he;
    get mergedCellEvaluationCriteria(): string;
    set mergedCellEvaluationCriteria(a: string);
    private hg;
    get mergedCellVerticalAlignment(): string;
    set mergedCellVerticalAlignment(a: string);
    private gv;
    get filterUIType(): string;
    set filterUIType(a: string);
    private gu;
    get filterLogicalOperator(): string;
    set filterLogicalOperator(a: string);
    private gr;
    get filterComparisonType(): string;
    set filterComparisonType(a: string);
    private c8;
    get todayOverride(): Date;
    set todayOverride(a: Date);
    private br;
    get clearSelectionOnEscape(): boolean;
    set clearSelectionOnEscape(a: boolean);
    private ev;
    get pageSize(): number;
    set pageSize(a: number);
    private b6;
    get isToolbarColumnChooserVisible(): boolean;
    set isToolbarColumnChooserVisible(a: boolean);
    private b7;
    get isToolbarColumnPinningVisible(): boolean;
    set isToolbarColumnPinningVisible(a: boolean);
    private i3;
    get toolbarTitle(): string;
    set toolbarTitle(a: string);
    private iz;
    get toolbarColumnChooserText(): string;
    set toolbarColumnChooserText(a: string);
    private i0;
    get toolbarColumnChooserTitle(): string;
    set toolbarColumnChooserTitle(a: string);
    private i1;
    get toolbarColumnPinningText(): string;
    set toolbarColumnPinningText(a: string);
    private i2;
    get toolbarColumnPinningTitle(): string;
    set toolbarColumnPinningTitle(a: string);
    private hu;
    get scrollbarStyle(): string;
    set scrollbarStyle(a: string);
    private ht;
    get scrollbarBackground(): string;
    set scrollbarBackground(a: string);
    private bo;
    get allowCopyOperation(): boolean;
    set allowCopyOperation(a: boolean);
    private bs;
    get deferEventForRowDragSelection(): boolean;
    set deferEventForRowDragSelection(a: boolean);
    private gt;
    get filterExpressionsChangingRef(): string;
    set filterExpressionsChangingRef(a: string);
    private gs;
    get filterExpressionsChangedRef(): string;
    set filterExpressionsChangedRef(a: string);
    private fp;
    get cellPreviewPointerDownRef(): string;
    set cellPreviewPointerDownRef(a: string);
    private fq;
    get cellPreviewPointerUpRef(): string;
    set cellPreviewPointerUpRef(a: string);
    private fn;
    get cellPointerDownRef(): string;
    set cellPointerDownRef(a: string);
    private fo;
    get cellPointerUpRef(): string;
    set cellPointerUpRef(a: string);
    private fg;
    get cellClickedRef(): string;
    set cellClickedRef(a: string);
    private h9;
    get sortDescriptionsChangedRef(): string;
    set sortDescriptionsChangedRef(a: string);
    private gw;
    get groupDescriptionsChangedRef(): string;
    set groupDescriptionsChangedRef(a: string);
    private ib;
    get summaryDescriptionsChangedRef(): string;
    set summaryDescriptionsChangedRef(a: string);
    private fx;
    get columnHiddenChangedRef(): string;
    set columnHiddenChangedRef(a: string);
    private f5;
    get columnPinnedChangedRef(): string;
    set columnPinnedChangedRef(a: string);
    private fu;
    get cellValueChangingRef(): string;
    set cellValueChangingRef(a: string);
    private ge;
    get dataCommittedRef(): string;
    set dataCommittedRef(a: string);
    private gf;
    get dataCommittingRef(): string;
    set dataCommittingRef(a: string);
    private hi;
    get rootSummariesChangedRef(): string;
    set rootSummariesChangedRef(a: string);
    private h8;
    get sizeChangedRef(): string;
    set sizeChangedRef(a: string);
    private fb;
    get actualColumnsChangedRef(): string;
    set actualColumnsChangedRef(a: string);
    private ga;
    get columnsAutoGeneratedRef(): string;
    set columnsAutoGeneratedRef(a: string);
    private h3;
    get selectedItemsChangedRef(): string;
    set selectedItemsChangedRef(a: string);
    private h4;
    get selectedKeysChangedRef(): string;
    set selectedKeysChangedRef(a: string);
    private h2;
    get selectedCellsChangedRef(): string;
    set selectedCellsChangedRef(a: string);
    private h6;
    get selectionChangedRef(): string;
    set selectionChangedRef(a: string);
    private fa;
    get activeCellChangedRef(): string;
    set activeCellChangedRef(a: string);
    private h1;
    get selectedCellRangesChangedRef(): string;
    set selectedCellRangesChangedRef(a: string);
    private gc;
    get columnWidthChangedRef(): string;
    set columnWidthChangedRef(a: string);
    private fj;
    get cellEditStartedRef(): string;
    set cellEditStartedRef(a: string);
    private fi;
    get cellEditEndedRef(): string;
    set cellEditEndedRef(a: string);
    private hk;
    get rowEditStartedRef(): string;
    set rowEditStartedRef(a: string);
    private hj;
    get rowEditEndedRef(): string;
    set rowEditEndedRef(a: string);
    private gd;
    get customFilterRequestedRef(): string;
    set customFilterRequestedRef(a: string);
    private fc;
    get actualPrimaryKeyChangeRef(): string;
    set actualPrimaryKeyChangeRef(a: string);
}
