export declare class RegressionLine { id?: number; uuid: string; width: number; color: string; dash: string; }