import type { Options } from 'sortablejs'; import type { Ref } from 'vue'; export declare function useSortable(el: HTMLElement | Ref, options?: Options): { initSortable: () => void; };