/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export declare const DLS_COMPONENT_SLOT_NAMES: { readonly DlsBarChart: { readonly Y_AXIS_LABEL: "yAxisLabel"; }; readonly DlsOverlappedBarChart: { readonly BAR_LABELS: "barLabels"; }; readonly DlsPieChart: { readonly PIE_LEGEND_LABEL: "pieLegendLabel"; readonly TITLE_TEXT: "titleText"; }; readonly DlsScatterPlot: { readonly SCATTER_LABELS: "scatterLabels"; readonly SCATTER_TOOLTIP_LABEL: "scatterToolTipLabel"; readonly SCATTER_TOOLTIP_TEXT: "scatterToolTipText"; }; readonly DlsStackedBarChart: { readonly TOOLTIP_TEXT: "tooltipText"; }; }; export default DLS_COMPONENT_SLOT_NAMES; //# sourceMappingURL=DLS_COMPONENT_SLOT_NAMES.d.ts.map