// // Buttons // import Vue from 'vue' import { BvPlugin, BvComponent } from '../../' // Plugin export declare const ButtonPlugin: BvPlugin // Component: b-button export declare class BButton extends BvComponent {} // Component: b-button-close export declare class BButtonClose extends BvComponent {}