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