import { CSSProperties } from 'react';
export type LeadGenIconProps = {
    className?: string;
    style?: CSSProperties;
};
