import Keyboard from './keyboard.vue'; import type { Plugin } from 'vue'; export declare const KeyboardPlugin: Plugin; export { Keyboard };