import React from 'react'; interface CartesianChartContainerProps { minHeight: number; fitHeight: boolean; hasFilters: boolean; leftAxisLabel: React.ReactNode; leftAxisLabelMeasure: React.ReactNode; bottomAxisLabel: React.ReactNode; chartPlot: React.ReactNode; popover: React.ReactNode; } export declare const CartesianChartContainer: React.ForwardRefExoticComponent>; export {};