export declare class EmailDemoComponent {
    model: {
        id: string;
        name: string;
        match: string;
        required: boolean;
        placeholder: string;
        value: string;
    };
    markup: string;
}
