import type { Transform } from '@dnd-kit/utilities'; import type { ClientRect } from '../../types'; export declare function adjustScale(transform: Transform, rect1: ClientRect | null, rect2: ClientRect | null): Transform;