import React from 'react';
import { ContactTicketSectionProps, ContactTicketType } from './ContactTicketSection.types';
declare const ContactTicketSectionComponent: React.ForwardRefExoticComponent<ContactTicketSectionProps & React.RefAttributes<HTMLDivElement>>;
export { ContactTicketType as ContactTicketSectionType };
export default ContactTicketSectionComponent;
