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