/** * DevExpress Analytics (query-builder\elements\relationSurface.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 * as ko from 'knockout'; import { SurfaceElementBase, ISurfaceContext } from '../../core/elements/baseSurface'; import { RelationViewModel } from './relationModel'; import { JoinConditionSurface } from './joinConditionSurface'; export declare class RelationSurface extends SurfaceElementBase { constructor(control: RelationViewModel, context: ISurfaceContext); conditions: ko.ObservableArray; template: string; _getChildrenHolderName(): string; }