import { referProp } from './Response'; export declare const ReferShare: ({ isOpen, questId, userId, token, color, bgColor, isArticle, description, heading, headingColor, uniqueEmailId, uniqueUserId, entityAuthenticationToken }: referProp) => import("react/jsx-runtime").JSX.Element; export declare const ReferEarn: ({ questId, userId, token, color, bgColor, uniqueEmailId, uniqueUserId, entityAuthenticationToken }: referProp) => import("react/jsx-runtime").JSX.Element;