import React from 'react';
export interface ContactPageProps {
}
export declare const ContactPage: React.FunctionComponent<ContactPageProps>;
