import { default as React } from 'react'; export type ContactFormProps = React.HTMLAttributes; export declare const ContactForm: React.FC;