import * as React from "react";
import { IContactUsProps } from "./ContactUs.interfaces";
declare const ContactUs: React.FC<IContactUsProps>;
export declare const ContactUsComponentTestId = "ContactUsComponentTestId";
export default ContactUs;
