/** * DevExpress Analytics (analytics-widgets-filtering.d.ts) * Version: 24.2.8 * Build date: Jun 17, 2025 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import './widgets/filtereditor/operators/criteriaOperatorSurface'; import './widgets/filtereditor/operators/aggregateOperandSurface'; import './widgets/filtereditor/operators/betweenOperandSurface'; import './widgets/filtereditor/operators/binaryOperandSurface'; import './widgets/filtereditor/operators/operandSurfaceBase'; import './widgets/filtereditor/operators/functionOperandSurface'; import './widgets/filtereditor/operators/groupOperandSurface'; import './widgets/filtereditor/operators/inOperandSurface'; import './widgets/filtereditor/operators/operandParameterSurface'; import './widgets/filtereditor/operators/operandPropertySurface'; import './widgets/filtereditor/operators/operandValueSurface'; import './widgets/filtereditor/operators/unaryOperandSurface'; export * from './widgets/filtereditor/operators/criteriaOperatorSurface'; export * from './widgets/filtereditor/operators/aggregateOperandSurface'; export * from './widgets/filtereditor/operators/betweenOperandSurface'; export * from './widgets/filtereditor/operators/binaryOperandSurface'; export * from './widgets/filtereditor/operators/operandSurfaceBase'; export * from './widgets/filtereditor/operators/functionOperandSurface'; export * from './widgets/filtereditor/operators/groupOperandSurface'; export * from './widgets/filtereditor/operators/inOperandSurface'; export * from './widgets/filtereditor/operators/operandParameterSurface'; export * from './widgets/filtereditor/operators/operandPropertySurface'; export * from './widgets/filtereditor/operators/operandValueSurface'; export * from './widgets/filtereditor/operators/unaryOperandSurface';