import { Plugin } from 'vue'; import Divider from './src/Divider.vue'; export declare const DividerPlugin: Plugin; export { Divider, };