import {Box, Paper} from '@mui/material'; import SearchField from './SearchField'; type Props = {}; const MapActions = (props: Props) => { return ( ); }; export default MapActions;