import * as React from 'react';
import { IEvent } from './models/IEvents';
export interface IEventDetailsPopoverProps {
    event: IEvent;
}
export declare const EventDetailsPopover: React.FunctionComponent<IEventDetailsPopoverProps>;
//# sourceMappingURL=EventDetailsPopover.d.ts.map