EmailElement: {
    requiresConfirmation?: boolean;
    type: "email";
} & FormElementWithInput<string>