export declare const Chart: ({ graphType, xAxisCategories, xAxisTitle, yAxisTitle, seriesData, graphTitle, stackedColumn, is3D, showSubTitle, onChartDownload, fallbackContent, topRightOptions, showSwitchButton, showChartTypeDropdown, showDownloadButton, chartTypesOptions, selectedChart, chartMenuProps, showScrollX, topLeftOptions, cardContainer, subtitleText, legendXPosition, legendYPosition, xAxisTitlePositionY, customTooltipFormatter, sharedTooltip, showchart, setShowChart, plotOptionsEvents, customSystemButton, handleChartExpand, chartMarginBottom, showHeader, height, width, showExpandButton, showDownloadMenu, showBuiltInDownloadOptions, downloadMenuOptions, customLegend, customLegendStyle, yAxisTitleRight, chartOptions, titleOptions, xAxisOptions, yAxisOptions, yAxisLeftOptions, yAxisRightOptions, zAxisOptions, tooltipOptions, plotOptionsOptions, subtitleOptions, creditsOptions, legendOptions, colorAxisOptions, seriesOptions, additionalOptions, hoveredXAxisIndex, exportingOptions, aboveChartComponent, isEmpty, isLoading, shimmerDirection, topSubHeader, }: { graphType?: string | undefined; xAxisCategories: any; xAxisTitle?: string | undefined; yAxisTitle?: string | undefined; seriesData: any; graphTitle: any; stackedColumn?: boolean | undefined; is3D?: boolean | undefined; showSubTitle?: boolean | undefined; onChartDownload?: (() => void) | undefined; fallbackContent?: null | undefined; topRightOptions?: null | undefined; showSwitchButton?: boolean | undefined; showChartTypeDropdown?: boolean | undefined; showDownloadButton?: boolean | undefined; chartTypesOptions?: never[] | undefined; selectedChart: any; chartMenuProps: any; showScrollX?: boolean | undefined; topLeftOptions?: null | undefined; cardContainer?: boolean | undefined; subtitleText?: string | undefined; legendXPosition?: null | undefined; legendYPosition?: null | undefined; xAxisTitlePositionY?: null | undefined; customTooltipFormatter?: null | undefined; sharedTooltip?: boolean | undefined; showchart?: boolean | undefined; setShowChart?: (() => void) | undefined; plotOptionsEvents: any; customSystemButton?: null | undefined; handleChartExpand?: (() => void) | undefined; chartMarginBottom?: number | undefined; showHeader?: boolean | undefined; height?: null | undefined; width?: null | undefined; showExpandButton?: boolean | undefined; showDownloadMenu?: boolean | undefined; showBuiltInDownloadOptions?: boolean | undefined; downloadMenuOptions?: never[] | undefined; customLegend?: null | undefined; customLegendStyle?: null | undefined; yAxisTitleRight: any; chartOptions?: {} | undefined; titleOptions?: {} | undefined; xAxisOptions?: {} | undefined; yAxisOptions?: {} | undefined; yAxisLeftOptions?: {} | undefined; yAxisRightOptions?: {} | undefined; zAxisOptions?: {} | undefined; tooltipOptions?: {} | undefined; plotOptionsOptions?: {} | undefined; subtitleOptions?: {} | undefined; creditsOptions?: {} | undefined; legendOptions?: {} | undefined; colorAxisOptions?: {} | undefined; seriesOptions?: null | undefined; additionalOptions?: {} | undefined; hoveredXAxisIndex?: null | undefined; exportingOptions?: {} | undefined; aboveChartComponent?: null | undefined; isEmpty?: boolean | undefined; isLoading?: boolean | undefined; shimmerDirection?: string | undefined; topSubHeader?: null | undefined; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map