import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Shortcut: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Shortcut;
