declare const useLink: (href: string, rel?: string, type?: string) => void;
export default useLink;
