import React from 'react'; declare const CardLink: React.ForwardRefExoticComponent & import("../../types").ChildrenProps & { href: string; } & React.RefAttributes>; export default CardLink;