import { ClientAnalytics, ProductType } from '@zeniai/client-analytics'; export declare function HelpButton({ isFooterRendered, meetingUrl, analytics, productType, setShowPopup, }: { isFooterRendered: boolean; meetingUrl: string; analytics?: ClientAnalytics; productType?: ProductType; showPopup?: boolean; setShowPopup?: (showPopup: boolean) => void; }): import("react/jsx-runtime").JSX.Element;