/** * DevExpress Analytics (query-builder\wizard\internal\_wizardAction.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'; export declare class WizardAction { constructor(handler: () => void, text: string); isVisible: ko.Observable | ko.Computed; isDisabled: ko.Observable | ko.Computed; handler: () => void; text: string; }