/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * Contact: developer@icloudhospital.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Values:  - `SingleLineText`: SingleLineText  - `MultiLineText`: MultiLineText  - `Email`: Email  - `DateTime`: DateTime  - `Date`: Date  - `Time`: Time  - `NumberInteger`: NumberInteger  - `NumberFloat`: NumberFloat  - `Select`: Select  - `Checkbox`: Checkbox  - `Radio`: Radio  - `File`: File  - `Countries`: Countries  - `Phone`: Phone  - `HospitalContacts`: HospitalContacts
 * @export
 * @enum {string}
 */
export declare const SurveyFormElementTypes: {
    readonly SingleLineText: "SingleLineText";
    readonly MultiLineText: "MultiLineText";
    readonly Email: "Email";
    readonly DateTime: "DateTime";
    readonly Date: "Date";
    readonly Time: "Time";
    readonly NumberInteger: "NumberInteger";
    readonly NumberFloat: "NumberFloat";
    readonly Select: "Select";
    readonly Checkbox: "Checkbox";
    readonly Radio: "Radio";
    readonly File: "File";
    readonly Countries: "Countries";
    readonly Phone: "Phone";
    readonly HospitalContacts: "HospitalContacts";
};
export type SurveyFormElementTypes = typeof SurveyFormElementTypes[keyof typeof SurveyFormElementTypes];
//# sourceMappingURL=survey-form-element-types.d.ts.map