import React from 'react'; interface Props { } function EventSearchInput(props) { return (
); } export default EventSearchInput;