export declare type HorizontalLineType = { startX: number; endX: number; startY: number; colour: string; };