//
// Form Input
//
import Vue from 'vue'
import { BvPlugin, BvComponent } from '../../'
// Plugin
export declare const FormInputPlugin: BvPlugin
// Component: b-form-input
export declare class BFormInput extends BvComponent {
focus: () => void
}