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