import React, { PropsWithChildren } from 'react';
import { LeadGenComponentProps } from "../LeadGen.type";
export declare const LeadGenLightBoxB: (props: PropsWithChildren<LeadGenComponentProps>) => React.JSX.Element;
