export default function exponential({ dimValue, value, qTrendLine }: { dimValue: any; value: any; qTrendLine: any; }): { x: any; y: number; };