/**
 * 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.
 */
/**
 *
 * @export
 * @enum {string}
 */
export declare const PageBlockType: {
    readonly Title: "Title";
    readonly Title1: "Title1";
    readonly Title2: "Title2";
    readonly Title3: "Title3";
    readonly Title4: "Title4";
    readonly About: "About";
    readonly ListItem: "ListItem";
    readonly Award: "Award";
    readonly Press: "Press";
    readonly Form: "Form";
    readonly MediasCard: "MediasCard";
    readonly StatsCard: "StatsCard";
    readonly Doctors: "Doctors";
    readonly Articles: "Articles";
    readonly Specialties: "Specialties";
    readonly Services: "Services";
    readonly SurgeryReviews: "SurgeryReviews";
    readonly Deals: "Deals";
    readonly ServicePhotoReviews: "ServicePhotoReviews";
};
export type PageBlockType = typeof PageBlockType[keyof typeof PageBlockType];
//# sourceMappingURL=page-block-type.d.ts.map