import { ReportID, ZeniUrl } from '@zeniai/client-epic-state'; type Props = { meetingUrl: ZeniUrl; reportId: ReportID; onClose: () => void; }; declare function ForecastDetailPromoOverlay(props: Props): import("react/jsx-runtime").JSX.Element; export default ForecastDetailPromoOverlay;