import { LinkComponentProps } from './types'; export declare const Link: ({ link, linkGenerator, isInteractive, onMouseEnter, onMouseMove, onMouseLeave, onMouseDown, onMouseUp, onClick, onDoubleClick, tooltip, tooltipAnchor, animatedProps, }: LinkComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Link.d.ts.map