import React from 'react'; interface EventViewHeaderProps { } declare const EventViewHeader: React.FC; export default EventViewHeader;