interface propsType { isOpen?: boolean; headingColor?: string; color?: string; bgColor?: string; isArticle?: boolean; heading?: string; rewardHeading?: string; description?: String; rewqrdDescription?: String; invitationLink?: string; shareButtonText?: string; iconColor?: string; secondaryIconColor?: string; reward?: boolean; footerText?: string; footerLink?: string; } export default function QuestMOdalOffline({ heading, description, iconColor, isOpen, reward, footerText, footerLink, rewardHeading, rewqrdDescription }: propsType): import("react/jsx-runtime").JSX.Element | undefined; export {};