import type { v2 } from '@sap/ux-specification-types'; export declare const getSmartChartControlId: (baseId: string) => string; export declare class ChartSettings implements v2.ChartSettings { showLegendButton?: boolean; showDownloadButton?: boolean; showChartTypeSelectionButton?: boolean; ignoredChartTypes?: v2.ChartType[]; showDataLabel: boolean; } //# sourceMappingURL=AnalyticalListPageChart.d.ts.map