import { type UseDraggableSortOptions } from "./useDraggableSort"; export type UseDraggableStackOptions = Pick & { gap?: number; horizontal?: boolean; }; export declare const useDraggableStack: ({ initialOrder, onOrderChange, onOrderUpdate, gap, horizontal, shouldSwapWorklet, }: UseDraggableStackOptions) => { draggablePlaceholderIndex: import("react-native-reanimated").SharedValue; draggableSortOrder: import("react-native-reanimated").SharedValue; }; //# sourceMappingURL=useDraggableStack.d.ts.map