import type { Ref } from 'vue'; export declare const useColumnResize: (thRefs: Ref>) => { resizingProp: Ref; columnWidth: Record; handleThMouseDown: (prop: string, ev: MouseEvent) => void; handleThMouseUp: () => void; };