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