import React from 'react';
import { ContactCaseSectionProps } from './ContactCaseSection.types';
declare const ContactCaseSectionComponent: React.ForwardRefExoticComponent<ContactCaseSectionProps & React.RefAttributes<HTMLDivElement>>;
export default ContactCaseSectionComponent;