import React from 'react'; import type { CardProps } from '../types'; export interface ComponentProps extends CardProps { contents: any; } export declare const EventCard: React.FunctionComponent;