//
// Form Select
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'

// Plugin
export declare const FormSelectPlugin: BvPlugin
export default FormSelectPlugin

// Component: b-form-select
export declare class BFormSelect extends BvComponent {}
