import { Directive } from 'vue'; /** * Makes it possible to navigate to and click on the element using the keyboard */ export declare const vKeyboardClickable: Directive;