/// import { MiniChartProps } from "../types/MiniChartProps"; export declare const MiniChart: ({ containerStyles, lineColor, topGradientColor, bottomGradientColor, width, height, autosize, ...props }: Partial) => JSX.Element;