export declare enum ProductFormFeatureType {
    ColorOfCover,
    ColorOfPageEdge,
    TextFont,
    SpecialCoverMaterial,
    DvdRegion,
    OperatingSystemRequirements,
    OtherSystemRequirements,
    PointAndListenDeviceCompatibility,
    EPublicationAccessibilityDetail,
    EPublicationFormatVersion,
    UsCpsiaOrOtherInternationalHazardWarning,
    EuToySafetyHazardWarning,
    IataDangerousGoodsWarning,
    EPublicationFormatVersionCode,
    EPublicationFormatValidatorVersion,
    PointAndWatchDeviceAppCompatibility,
    EPublicationAuthenticationAndAccessControl,
    BAndSafetyA,
    BatteryCapacity,
    DangerousGoods,
    GamePieces,
    GamePlayers,
    GamePlayTime,
    PersonalDataRequirements,
    NotFscOrPefcCertified,
    FscCertifiedPure,
    FscCertifiedMixedSources,
    FscCertifiedRecycled,
    PefcCertified,
    PefcRecycled,
    FscOrPefcCertifiedPreAndPostConsumerWastePercentage,
    ClaimedPreAndPostConsumerWastePercentage,
    GreenInks,
    GreenAdhesives,
    PaperProducedByGreenTechnology
}
