/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { ChartWizardProps } from './types/ChartWizardProps'; import { ChartWizardHandle } from './types/ChartWizardHandle'; import * as React from 'react'; /** * The KendoReact ChartWizard component. */ declare const ChartWizard: React.ForwardRefExoticComponent>; export { ChartWizard };