export interface Props { hasVerifiedBankAccount: boolean; isVisitingFirstTime: boolean; meetingUrl: string; showUpdatePaymentDetailButton?: boolean; handleCockpitClick: () => void; handleLogOutClick: () => void; handleUpdatePaymentAddressDetailClick: () => void; onZeniLogoClick: () => void; handleReferralsClick?: () => void; } export declare const CustomerOnboardingProductSuitePage: ({ hasVerifiedBankAccount, meetingUrl, showUpdatePaymentDetailButton, isVisitingFirstTime, handleUpdatePaymentAddressDetailClick, ...restprops }: Props) => import("react/jsx-runtime").JSX.Element; export default CustomerOnboardingProductSuitePage;