import React from 'react'; import { LinkProps as LinkPropsPrimitive } from '@modulz/primitives'; export declare type LinkProps = LinkPropsPrimitive; export declare const Link: React.ForwardRefExoticComponent & React.RefAttributes>;