/// import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class jqxPivotGridComponent implements OnChanges { attrSource: any; attrLocalization: any; attrScrollBarsEnabled: boolean; attrSelectionEnabled: boolean; attrMultipleSelectionEnabled: boolean; attrTreeStyleRows: boolean; attrAutoResize: boolean; attrItemsRenderer: (pivotItem: jqwidgets.PivotGridItemsRenderer['pivotItem']) => string; attrCellsRenderer: (pivotCell: jqwidgets.PivotGridCellsRenderer['pivotCell']) => string; attrWidth: string | number; attrHeight: string | number; autoCreate: boolean; properties: string[]; host: any; elementRef: ElementRef; widgetObject: jqwidgets.jqxPivotGrid; constructor(containerElement: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): boolean; arraysEqual(attrValue: any, hostValue: any): boolean; manageAttributes(): any; moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void; moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void; createComponent(options?: any): void; createWidget(options?: any): void; __updateRect__(): void; setOptions(options: any): void; source(arg?: any): any; localization(arg?: any): any; scrollBarsEnabled(arg?: boolean): boolean; selectionEnabled(arg?: boolean): boolean; multipleSelectionEnabled(arg?: boolean): boolean; treeStyleRows(arg?: boolean): boolean; autoResize(arg?: boolean): boolean; itemsRenderer(arg?: (pivotItem: jqwidgets.PivotGridItemsRenderer['pivotItem']) => string): (pivotItem: jqwidgets.PivotGridItemsRenderer['pivotItem']) => string; cellsRenderer(arg?: (pivotCell: jqwidgets.PivotGridCellsRenderer['pivotCell']) => string): (pivotCell: jqwidgets.PivotGridCellsRenderer['pivotCell']) => string; getInstance(): any; refresh(): void; getPivotRows(): jqwidgets.PivotGridRows; getPivotColumns(): jqwidgets.PivotGridColumns; getPivotCells(): jqwidgets.PivotGridCells; onPivotitemexpanding: EventEmitter; onPivotitemexpanded: EventEmitter; onPivotitemcollapsing: EventEmitter; onPivotitemcollapsed: EventEmitter; onSortchanging: EventEmitter; onSortchanged: EventEmitter; onSortremoving: EventEmitter; onSortremoved: EventEmitter; onPivotitemselectionchanged: EventEmitter; onPivotcellmousedown: EventEmitter; onPivotcellmouseup: EventEmitter; onPivotcellclick: EventEmitter; onPivotcelldblclick: EventEmitter; onPivotitemmousedown: EventEmitter; onPivotitemmouseup: EventEmitter; onPivotitemclick: EventEmitter; onPivotitemdblclick: EventEmitter; __wireEvents__(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }