import { type IAttachKey2clickOptions } from "survey-core";
import type { ObjectDirective } from "vue";
export declare const key2ClickDirective: ObjectDirective<any, IAttachKey2clickOptions>;
