const Wave: React.FC = ({ color, className }) => { return ( ) } interface WaveProps { color: string className?: string } export default Wave