export default function average({ dimValue, qTrendLine }: { dimValue: any; qTrendLine: any; }): { x: any; y: any; };