/** * DevExpress Analytics (query-builder\widgets\editorTemplates.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { EditorTemplates } from '../../property-grid/widgets/editorsInfo'; type QueryBuilderEditors = 'bool' | 'combobox' | 'comboboxUndo' | 'text' | 'filterEditor' | 'filterGroupEditor' | 'numeric'; export declare const editorTemplates: EditorTemplates; export {};