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