import React from 'react';
import { ContactTicketSectionType } from '../Private/ContactTicketSection';
import { ContactTicketsContentProps } from './ContactTicketsContent.types';
declare const ContactTicketsContentComponent: React.ForwardRefExoticComponent<ContactTicketsContentProps & React.RefAttributes<HTMLDivElement>>;
export { ContactTicketSectionType as ContactTicketType };
export default ContactTicketsContentComponent;
