import Pen from './pen.vue'; import type { Plugin } from 'vue'; export declare const PenPlugin: Plugin; export { Pen };