import React from 'react';
import { LeadGenProps } from "../LeadGen.type";
declare const LeadGenSubscriptionBox: React.MemoExoticComponent<({ locale, userInfo, forceCampaign, categoryId, }: LeadGenProps) => React.JSX.Element>;
export default LeadGenSubscriptionBox;
