export interface XYCoordinates { x: number; y: number; }