import { DataResponse } from '@embeddable.com/core'; import { LineChartProProps } from '../LineChartDefaultPro'; export type LineChartWithKpiTabsProProps = LineChartProProps & { resultsKpis: DataResponse; }; declare const LineChartWithKpiTabsPro: (props: LineChartWithKpiTabsProProps) => import("react").JSX.Element; export default LineChartWithKpiTabsPro; //# sourceMappingURL=index.d.ts.map