export default function getAdjustment({ position }: { position: any; }): { x: number; width: number; y: number; height: number; };