/*!
 * 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 PivotGridFieldChooser, { IOptions } from "devextreme/ui/pivot_grid_field_chooser";
declare type AccessibleOptions = Pick<IOptions, "accessKey" | "activeStateEnabled" | "allowSearch" | "applyChangesMode" | "dataSource" | "disabled" | "elementAttr" | "focusStateEnabled" | "headerFilter" | "height" | "hint" | "hoverStateEnabled" | "layout" | "onContentReady" | "onContextMenuPreparing" | "onDisposing" | "onInitialized" | "onOptionChanged" | "rtlEnabled" | "searchTimeout" | "state" | "tabIndex" | "texts" | "visible" | "width">;
interface DxPivotGridFieldChooser extends AccessibleOptions {
    readonly instance?: PivotGridFieldChooser;
}
declare const DxPivotGridFieldChooser: VueType.VueConstructor<{
    instance: PivotGridFieldChooser;
} & {
    accessKey: string;
    activeStateEnabled: boolean;
    allowSearch: boolean;
    applyChangesMode: string;
    dataSource: any;
    disabled: boolean;
    elementAttr: any;
    focusStateEnabled: boolean;
    headerFilter: any;
    height: string | number | Function;
    hint: string;
    hoverStateEnabled: boolean;
    layout: number;
    onContentReady: Function;
    onContextMenuPreparing: Function;
    onDisposing: Function;
    onInitialized: Function;
    onOptionChanged: Function;
    rtlEnabled: boolean;
    searchTimeout: number;
    state: any;
    tabIndex: number;
    texts: any;
    visible: boolean;
    width: string | number | Function;
} & VueType.default>;
declare const DxHeaderFilter: any;
declare const DxHeaderFilterTexts: any;
declare const DxPivotGridFieldChooserTexts: any;
declare const DxTexts: any;
export default DxPivotGridFieldChooser;
export { DxPivotGridFieldChooser, DxHeaderFilter, DxHeaderFilterTexts, DxPivotGridFieldChooserTexts, DxTexts };
