import { Ref } from "react"; export declare type useLinkComponentProps = {}; export declare const useLinkComponent: (ref: Ref) => import("react").ForwardRefExoticComponent> | import("react").ComponentType;