/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ChartWizardComponent } from "./chart-wizard.component"; import { ChartWizardGridBindingDirective } from "./grid-integration/grid-chart-wizard.directive"; import { CustomMessagesComponent } from "./localization/custom-messages.component"; /** * Utility array that contains all `@progress/kendo-angular-chart-wizard` related components and directives. */ export declare const KENDO_CHARTWIZARD: readonly [typeof ChartWizardComponent, typeof ChartWizardGridBindingDirective, typeof CustomMessagesComponent];