import React from 'react'; export declare const useColumnResize: (id: string, actualWidth: number) => ({ initialWidth: number; initialX: number; } | { onPointerDown: (e: React.PointerEvent) => void; onPointerMove: ((e: React.PointerEvent) => void) | undefined; onLostPointerCapture: () => void; } | null)[]; //# sourceMappingURL=use-column-resize.d.ts.map