/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { SVGIcon } from "@progress/kendo-svg-icons"; import { StateService } from "./state.service"; import { SeriesStack } from "@progress/kendo-angular-charts"; import { ChartWizardSeriesType } from "@progress/kendo-charts"; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ChartWizardSeriesTypeButtonComponent { stateService: StateService; title: string; chartTypeIcon: SVGIcon; stack: string | boolean | SeriesStack; seriesType: ChartWizardSeriesType; constructor(stateService: StateService); onSelect(): void; isSelected(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }