import { ClientAnalytics } from '@zeniai/client-analytics'; import { RemiSetupView, UserReimbursementInfo } from '@zeniai/client-epic-state'; declare const ReimbursementPromoPage: ({ reimbursementSetupView, userReimbursementInfo, meetingUrl, videoUrl, analytics, onSetupButtonClick, onCreateNewRemiButtonClick, onBackClick, onSetupReimbursementSuccess, onClickMenuIcon, }: { meetingUrl: string; reimbursementSetupView: RemiSetupView; userReimbursementInfo: UserReimbursementInfo; videoUrl: string; analytics?: ClientAnalytics; onBackClick?: () => void; onClickMenuIcon?: () => void; onCreateNewRemiButtonClick?: () => void; onSetupButtonClick?: () => void; onSetupReimbursementSuccess?: () => void; }) => import("react/jsx-runtime").JSX.Element; export default ReimbursementPromoPage;