import { default as Textinput } from './Textinput.vue'; export default Plugin; export { Textinput as PktTextinput }; declare namespace Plugin { function install(Vue: any): void; }