import React from 'react'; const Link = ({ className, title }: { className?: string; title?: string }) => ( ); export default Link;