import { Plugin } from 'vue'; import { default as Button } from './src/index.vue'; export declare const ButtonPlugin: Plugin; export { Button, };