/*! * devextreme-vue * Version: 22.2.6 * Build date: Tue Apr 18 2023 * * Copyright (c) 2012 - 2023 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 Lookup, { Properties } from "devextreme/ui/lookup"; declare type AccessibleOptions = Pick; interface DxLookup extends AccessibleOptions { readonly instance?: Lookup; } declare const DxLookup: any; declare const DxAnimation: any; declare const DxAt: any; declare const DxBoundaryOffset: any; declare const DxCollision: any; declare const DxDropDownOptions: any; declare const DxFrom: any; declare const DxHide: any; declare const DxHideEvent: any; declare const DxItem: any; declare const DxMy: any; declare const DxOffset: any; declare const DxPosition: any; declare const DxShow: any; declare const DxShowEvent: any; declare const DxTo: any; declare const DxToolbarItem: any; export default DxLookup; export { DxLookup, DxAnimation, DxAt, DxBoundaryOffset, DxCollision, DxDropDownOptions, DxFrom, DxHide, DxHideEvent, DxItem, DxMy, DxOffset, DxPosition, DxShow, DxShowEvent, DxTo, DxToolbarItem };