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