import React from 'react';
import { ContactCompanySectionProps } from './ContactCompanySection.types';
declare const ContactCompanySectionComponent: React.ForwardRefExoticComponent<ContactCompanySectionProps & React.RefAttributes<HTMLDivElement>>;
export default ContactCompanySectionComponent;