import { FormattedMessage } from 'react-intl'; export const SearchSection: React.FC<{ title: React.ReactNode; onClickMore?: () => void; children: React.ReactNode; }> = ({ title, onClickMore, children }) => (