import { type Rectangle } from "./geometry"; export declare const swapByItemCenterPoint: (activeLayout: Rectangle, itemLayout: Rectangle) => boolean; export declare const swapByItemAxis: (activeLayout: Rectangle, itemLayout: Rectangle, horizontal: boolean) => boolean; export declare const swapByItemHorizontalAxis: (activeLayout: Rectangle, itemLayout: Rectangle) => boolean; export declare const swapByItemVerticalAxis: (activeLayout: Rectangle, itemLayout: Rectangle) => boolean; //# sourceMappingURL=swap.d.ts.map