import React from 'react'; import { LinkProps as LinkPropsPrimitive } from '@modulz/primitives'; export declare type LinkProps = LinkPropsPrimitive & { variant?: 'ghost' | 'twitter' | 'blue' | 'gray'; color?: 'pink' | 'black'; }; export declare const Link: React.ForwardRefExoticComponent & React.RefAttributes>;