Repository URL to install this package:
import { ReactNode } from 'react'; export interface ImageWithLinkProps { className?: string; children?: ReactNode; dataQa?: string; url?: string; src: string; alt: string; }