import React from 'react'; export declare const withResponsiveContainer: >(Component: T, ...dataName: string[]) => (props: React.ComponentProps & { width?: number | string; height?: number | string; }) => React.JSX.Element; //# sourceMappingURL=chart-container.d.ts.map