import React from 'react'; import { ITestableProps } from '../../../types'; declare const CardLink: React.FC, HTMLAnchorElement> & ITestableProps>; export default CardLink;