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