import Ordered from './ordered.vue'; import type { Plugin } from 'vue'; export declare const OrderedPlugin: Plugin; export { Ordered };