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