import type { Href } from '../types'; import type { LinkProps } from './useLinkHooks'; interface LinkWithPreviewProps extends LinkProps { hrefForPreviewNavigation: Href; } export declare function LinkWithPreview({ children, ...rest }: LinkWithPreviewProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LinkWithPreview.d.ts.map