import { TreasurySetupView } from '@zeniai/client-epic-state'; declare const TreasuryPromoPage: ({ treasurySetupView, isSetupComplete, meetingUrl, videoUrl, onBackClick, onClickMenuIcon, onSetupButtonClick, onTreasurySetupSuccess, }: { isSetupComplete: boolean; meetingUrl: string; treasurySetupView: TreasurySetupView; videoUrl: string; onBackClick: () => void; onSetupButtonClick: () => void; onTreasurySetupSuccess: (isSetupComplete: boolean) => void; onClickMenuIcon?: () => void; }) => import("react/jsx-runtime").JSX.Element; export default TreasuryPromoPage;