import React from "react";
import { CommonPageProps } from "../types";
declare const ContactUs: React.FC<CommonPageProps>;
export default ContactUs;
