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