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