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