interface HelpProps { userId: string; questId: string; token: string; headBgColor?: string; headColor?: string; backgroundColor?: string; color?: string; descriptioin?: string; onClose: Function; uniqueEmailId?: string; uniqueUserId?: string; enableVariation?: boolean; } export declare const HelpCenter: ({ userId, token, questId, color, backgroundColor, headColor, headBgColor, descriptioin, onClose, uniqueEmailId, uniqueUserId, enableVariation }: HelpProps) => import("react/jsx-runtime").JSX.Element; export {};