declare const _default: import("@vue/runtime-core").DefineComponent<{ focusable: { type: BooleanConstructor; default: boolean; }; active: { type: BooleanConstructor; default: boolean; }; }, { id: import("@vue/reactivity").Ref; handleKeydown: (event: Event) => void; handleFocus: (event: Event) => void; handleMousedown: (event: Event) => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("focus" | "keydown" | "mousedown")[], "focus" | "keydown" | "mousedown", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly> & { onFocus?: ((...args: any[]) => any) | undefined; onKeydown?: ((...args: any[]) => any) | undefined; onMousedown?: ((...args: any[]) => any) | undefined; }, { active: boolean; focusable: boolean; }>; export default _default;