import { Plugin } from 'vue';
import { default as Charts } from './src/index.vue';

export declare const ChartsPlugin: Plugin;
export { Charts, };
