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