export declare const useAnimatedRowReorder: () => { containerRef: import("react").MutableRefObject; setRowRef: (rowId: RowId) => (node: HTMLElement | null) => void; captureLayout: () => void; scrollRowIntoView: (rowId: RowId, behavior?: ScrollBehavior) => boolean; };