/*!
 * 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 Gantt, { IOptions } from "devextreme/ui/gantt";
declare type AccessibleOptions = Pick<IOptions, "accessKey" | "activeStateEnabled" | "allowSelection" | "columns" | "dependencies" | "disabled" | "editing" | "elementAttr" | "focusStateEnabled" | "height" | "hint" | "hoverStateEnabled" | "onContentReady" | "onDisposing" | "onInitialized" | "onOptionChanged" | "onSelectionChanged" | "resourceAssignments" | "resources" | "scaleType" | "selectedRowKey" | "showResources" | "showRowLines" | "tabIndex" | "taskListWidth" | "tasks" | "taskTitlePosition" | "visible" | "width">;
interface DxGantt extends AccessibleOptions {
    readonly instance?: Gantt;
}
declare const DxGantt: VueType.VueConstructor<{
    instance: Gantt;
} & {
    accessKey: string;
    activeStateEnabled: boolean;
    allowSelection: boolean;
    columns: unknown[];
    dependencies: any;
    disabled: boolean;
    editing: any;
    elementAttr: any;
    focusStateEnabled: boolean;
    height: string | number | Function;
    hint: string;
    hoverStateEnabled: boolean;
    onContentReady: Function;
    onDisposing: Function;
    onInitialized: Function;
    onOptionChanged: Function;
    onSelectionChanged: Function;
    resourceAssignments: any;
    resources: any;
    scaleType: string;
    selectedRowKey: unknown;
    showResources: boolean;
    showRowLines: boolean;
    tabIndex: number;
    taskListWidth: number;
    tasks: any;
    taskTitlePosition: string;
    visible: boolean;
    width: string | number | Function;
} & VueType.default>;
declare const DxAsyncRule: any;
declare const DxButton: any;
declare const DxColumn: any;
declare const DxCompareRule: any;
declare const DxCustomRule: any;
declare const DxDependencies: any;
declare const DxEditing: any;
declare const DxEmailRule: any;
declare const DxFormat: any;
declare const DxFormItem: any;
declare const DxHeaderFilter: any;
declare const DxLabel: any;
declare const DxLookup: any;
declare const DxNumericRule: any;
declare const DxPatternRule: any;
declare const DxRangeRule: any;
declare const DxRequiredRule: any;
declare const DxResourceAssignments: any;
declare const DxResources: any;
declare const DxStringLengthRule: any;
declare const DxTasks: any;
declare const DxValidationRule: any;
export default DxGantt;
export { DxGantt, DxAsyncRule, DxButton, DxColumn, DxCompareRule, DxCustomRule, DxDependencies, DxEditing, DxEmailRule, DxFormat, DxFormItem, DxHeaderFilter, DxLabel, DxLookup, DxNumericRule, DxPatternRule, DxRangeRule, DxRequiredRule, DxResourceAssignments, DxResources, DxStringLengthRule, DxTasks, DxValidationRule };
