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