import type { PropType } from 'vue'; import { type UseSortableOptions } from './useSortable.js'; declare const _default: import("vue").DefineComponent; required: true; }; tag: { type: StringConstructor; default: string; }; options: { type: PropType; default: { animation: number; }; }; }>, () => import("vue").VNode | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; tag: { type: StringConstructor; default: string; }; options: { type: PropType; default: { animation: number; }; }; }>> & Readonly<{}>, { tag: string; options: UseSortableOptions; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;