import { App } from 'vue';
import PDraggableList from '../../components/DraggableList/PDraggableList.vue';
declare const install: (app: App) => void;
export { PDraggableList, install };
