import type { LinkProps } from './useLinkHooks'; export declare const InternalLinkPreviewContext: import("react").Context<{ isVisible: boolean; href: LinkProps["href"]; } | undefined>; //# sourceMappingURL=InternalLinkPreviewContext.d.ts.map