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