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