export declare type VerticalLineType = { startX: number; startY: number; endY: number; colour: string; };