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