import { Ref } from 'vue'; import { ResizeTh } from '../types'; import { State } from '../state'; type MaybeRef = T | Ref; export declare function getColumnPositions(tableRef: MaybeRef): ResizeTh[]; export declare function useResize(state: State, tableRef: Ref): { mouseDown: (e: MouseEvent) => void; }; export {}; //# sourceMappingURL=useResize.d.ts.map