export declare const horizontalAndVerticalChange: (oldRotation: number, newRotation: number, distance: number) => { width: number; height: number; }; //# sourceMappingURL=horizontalAndVerticalChange.d.ts.map