import React from 'react'; import { CardLinkProps as CardLinkPropsPrimitive } from '@modulz/primitives'; export declare type CardLinkProps = CardLinkPropsPrimitive & { variant?: 'border' | 'ghost'; }; export declare const CardLink: React.ForwardRefExoticComponent & React.RefAttributes>;