import { type ChartType } from "@gooddata/sdk-ui"; import { type IChartTransformationProps } from "../../highcharts/ChartTransformation.js"; /** * NOTE: exported to satisfy sdk-ui-ext; is internal, must not be used outside SDK * * @internal */ export interface IRawChartProps extends IChartTransformationProps { type: ChartType; } /** * @internal */ export declare function RawChart(props: IRawChartProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RawChart.d.ts.map