export declare const useLink: () => <T = {}>(props: import("../../../components/link").LinkProps<T> & {
    ref?: import("react").Ref<Element>;
}) => ReturnType<(<TProps = {}>(props: import("../../../components/link").LinkProps<TProps>, ref: import("react").Ref<Element>) => import("react").JSX.Element)>;
//# sourceMappingURL=index.d.ts.map