import React from 'react';
import { EventItemProps } from '../../structure/EventList/EventList.types';
export interface EventPageExampleProps {
    event: EventItemProps;
}
export declare const EventPageExample: React.FunctionComponent<EventPageExampleProps>;
