import type { Plugin } from 'vue'; import Charts from './src/index.vue'; export declare const ChartsPlugin: Plugin; export { Charts, };