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