/*!
 * devextreme-vue
 * Version: 19.2.6
 * Build date: Thu Jan 30 2020
 *
 * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
 *
 * This software may be modified and distributed under the terms
 * of the MIT license. See the LICENSE file in the root of the project for details.
 *
 * https://github.com/DevExpress/devextreme-vue
 */

import * as VueType from "vue";
import PivotGrid, { IOptions } from "devextreme/ui/pivot_grid";
declare type AccessibleOptions = Pick<IOptions, "allowExpandAll" | "allowFiltering" | "allowSorting" | "allowSortingBySummary" | "dataFieldArea" | "dataSource" | "disabled" | "elementAttr" | "export" | "fieldChooser" | "fieldPanel" | "headerFilter" | "height" | "hideEmptySummaryCells" | "hint" | "loadPanel" | "onCellClick" | "onCellPrepared" | "onContentReady" | "onContextMenuPreparing" | "onDisposing" | "onExported" | "onExporting" | "onFileSaving" | "onInitialized" | "onOptionChanged" | "rowHeaderLayout" | "rtlEnabled" | "scrolling" | "showBorders" | "showColumnGrandTotals" | "showColumnTotals" | "showRowGrandTotals" | "showRowTotals" | "showTotalsPrior" | "stateStoring" | "tabIndex" | "texts" | "visible" | "width" | "wordWrapEnabled">;
interface DxPivotGrid extends AccessibleOptions {
    readonly instance?: PivotGrid;
}
declare const DxPivotGrid: VueType.VueConstructor<{
    instance: PivotGrid;
} & {
    allowExpandAll: boolean;
    allowFiltering: boolean;
    allowSorting: boolean;
    allowSortingBySummary: boolean;
    dataFieldArea: string;
    dataSource: any;
    disabled: boolean;
    elementAttr: any;
    export: any;
    fieldChooser: any;
    fieldPanel: any;
    headerFilter: any;
    height: string | number | Function;
    hideEmptySummaryCells: boolean;
    hint: string;
    loadPanel: any;
    onCellClick: Function;
    onCellPrepared: Function;
    onContentReady: Function;
    onContextMenuPreparing: Function;
    onDisposing: Function;
    onExported: Function;
    onExporting: Function;
    onFileSaving: Function;
    onInitialized: Function;
    onOptionChanged: Function;
    rowHeaderLayout: string;
    rtlEnabled: boolean;
    scrolling: any;
    showBorders: boolean;
    showColumnGrandTotals: boolean;
    showColumnTotals: boolean;
    showRowGrandTotals: boolean;
    showRowTotals: boolean;
    showTotalsPrior: string;
    stateStoring: any;
    tabIndex: number;
    texts: any;
    visible: boolean;
    width: string | number | Function;
    wordWrapEnabled: boolean;
} & VueType.default>;
declare const DxExport: any;
declare const DxFieldChooser: any;
declare const DxFieldChooserTexts: any;
declare const DxFieldPanel: any;
declare const DxFieldPanelTexts: any;
declare const DxHeaderFilter: any;
declare const DxHeaderFilterTexts: any;
declare const DxLoadPanel: any;
declare const DxPivotGridTexts: any;
declare const DxScrolling: any;
declare const DxStateStoring: any;
declare const DxTexts: any;
export default DxPivotGrid;
export { DxPivotGrid, DxExport, DxFieldChooser, DxFieldChooserTexts, DxFieldPanel, DxFieldPanelTexts, DxHeaderFilter, DxHeaderFilterTexts, DxLoadPanel, DxPivotGridTexts, DxScrolling, DxStateStoring, DxTexts };
