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