export default function getOffsetted({ coordinates, degrees, item }: { coordinates: any; degrees: any; item: any; }): { x: any; y: any; };