import type { Ref } from 'vue'; export declare function useLinkable(props: { to: Ref; href: Ref; tag: Ref; }): { tag: import("vue").ComputedRef; isLink: import("vue").ComputedRef; };