export default function getCoordinates({ cx, cy, r, degrees }: { cx: any; cy: any; r: any; degrees: any; }): { x: number; y: number; };