export default function useLink<T = any>(initial: T): import("../core/link").Link<T>;
