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