export declare class CdfContactUsFormModel {
    Name: string;
    EmailAddress: string;
    Message: string;
    constructor();
}
