/// import { CardProps } from './types.js'; declare const CardLink: (props: CardProps & { useImageCarousel?: boolean; returnLinkOnly?: boolean; children?: React.ReactNode; returnLinkProps?: any; hoverProps: any; }) => JSX.Element | null; export default CardLink;