/** * `useLink()` * * @deprecated This hooks is used by the old `` component from Griddo which you may want not use anymore. Use `` instead. */ declare function useLink(): (props: import("..").GriddoLinkProps) => JSX.Element; export { useLink };