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