export default function Area({ thickness, color, minValue, maxValue, values, spline, }: { thickness?: number; color: string; values: number[]; minValue: number; maxValue: number; spline?: boolean; }): any;