import type { Plugin } from 'vue'; import CommonPopup from './CommonPopup.vue'; /** export button specific types */ export type * from './types'; /** export button plugin */ declare const _default: Plugin; export default _default; /** export button components */ export { CommonPopup as KCommonPopup };