import { EditorTemplates } from '../../property-grid/widgets/editorsInfo'; type QueryBuilderEditors = 'bool' | 'combobox' | 'comboboxUndo' | 'text' | 'filterEditor' | 'filterGroupEditor' | 'numeric'; export declare const editorTemplates: EditorTemplates; export {};