export declare const TAnchor: import("vue").DefineComponent, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "dblclick" | "pointerdown" | "pointerup" | "pointermove" | "wheel" | "keydown" | "keyup" | "focus" | "blur" | "clickCapture" | "dblclickCapture" | "pointerdownCapture" | "pointerupCapture" | "pointermoveCapture" | "wheelCapture" | "keydownCapture" | "keyupCapture" | "focusCapture" | "blurCapture")[], "click" | "dblclick" | "pointerdown" | "pointerup" | "pointermove" | "wheel" | "keydown" | "keyup" | "focus" | "blur" | "clickCapture" | "dblclickCapture" | "pointerdownCapture" | "pointerupCapture" | "pointermoveCapture" | "wheelCapture" | "keydownCapture" | "keyupCapture" | "focusCapture" | "blurCapture", (import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps), Readonly> & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onDblclick?: ((...args: any[]) => any) | undefined; onPointerdown?: ((...args: any[]) => any) | undefined; onPointerup?: ((...args: any[]) => any) | undefined; onPointermove?: ((...args: any[]) => any) | undefined; onWheel?: ((...args: any[]) => any) | undefined; onKeydown?: ((...args: any[]) => any) | undefined; onKeyup?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onClickCapture?: ((...args: any[]) => any) | undefined; onDblclickCapture?: ((...args: any[]) => any) | undefined; onPointerdownCapture?: ((...args: any[]) => any) | undefined; onPointerupCapture?: ((...args: any[]) => any) | undefined; onPointermoveCapture?: ((...args: any[]) => any) | undefined; onWheelCapture?: ((...args: any[]) => any) | undefined; onKeydownCapture?: ((...args: any[]) => any) | undefined; onKeyupCapture?: ((...args: any[]) => any) | undefined; onFocusCapture?: ((...args: any[]) => any) | undefined; onBlurCapture?: ((...args: any[]) => any) | undefined; }>, { w: number; h: number; zIndex: number; focusable: boolean; selectable: boolean; left: number; top: number; bottom: number; right: number; }, {}>;