import { Plugin } from 'vue';
/**
 * This plugin is essential for the bootstrap-vue-next to function. `createBootstrap` calls this for you,
 * but if you are not using `createBootstrap`, you will need to manually install this plugin.
 */
export declare const bootstrapPlugin: Plugin;
