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