/** * Create a linear regression chart. * * @param chartData The chart data * @param element The html element to render the chart in * @returns a promise with the chart reference */ export declare function createLinearChart(): void;