export declare const cartesianGridProps: { vertical: boolean; }; export declare function xAxisProps(): { axisLine: boolean; tickCount: number; domain: string[]; type: string; interval: string; height: number; tickLine: boolean; tickMargin: number; tick: import("react/jsx-runtime").JSX.Element; }; export declare const yAxisProps: { axisLine: boolean; tickLine: boolean; tickCount: number; tickMargin: number; width: number; orientation: string; style: { fontSize: string; fill: string; }; type: string; domain: string[]; }; export declare function areaProps(colorIndex?: number): { type: string; fillOpacity: number; fill: string; dot: boolean; strokeWidth: number; connectNulls: boolean; activeDot: { stroke: string; fill: string; strokeWidth: number; r: number; }; stroke: string; strokeLinecap: string; animationDuration: number; }; interface GradientProps { color: string; index: number; } export declare function linearGradient(params: GradientProps): import("react/jsx-runtime").JSX.Element; export declare const areaChartProps: { margin: { top: number; right: number; left: number; bottom: number; }; }; export {};