export declare enum ChineseSchoolGrade {
    Preschool,
    Kindergarten,
    PrimarySchoolFirstGrade,
    PrimarySchoolSecondGrade,
    PrimarySchoolThirdGrade,
    PrimarySchoolFourthGrade,
    PrimarySchoolFifthGrade,
    PrimarySchoolSixthGrade,
    JuniorSecondarySchoolSeventhGrade,
    JuniorSecondarySchoolEighthGrade,
    JuniorSecondarySchoolNinthGrade,
    SeniorSecondarySchoolTenthGrade,
    SeniorSecondarySchoolEleventhGrade,
    SeniorSecondarySchoolTwelfthGrade,
    UniversityFirstYear,
    UniversitySecondYear,
    UniversityThirdYear,
    UniversityFourthYear,
    GraduateLevel
}
