import React from 'react';
import type { G2Spec } from '@antv/g2';
export declare const ChartCarousel: ({ charts, height, width, }: {
    charts: G2Spec[];
    height?: number;
    width?: number;
}) => React.JSX.Element;
