import { Plugin } from 'vue';
import { BootstrapVueOptions, BvnComponents } from '../../types/BootstrapVueOptions';
export declare const createBootstrap: (pluginData?: Readonly<BootstrapVueOptions>) => Plugin;
declare module 'vue' {
    interface GlobalComponents extends BvnComponents {
    }
}
