import React from 'react';
import { ContactCampaignsSectionProps } from './ContactCampaignsSection.types';
declare const ContactCampaignsSectionComponent: React.ForwardRefExoticComponent<ContactCampaignsSectionProps & React.RefAttributes<HTMLDivElement>>;
export default ContactCampaignsSectionComponent;
