export declare const horizontalAndVerticalChange: (oldRotation: number, newRotation: number, distance: number) => { width: number; height: number; };