export enum ThemeFoundations { NO_FOUNDATION = 0, BOOTSTRAP_3 = 1, BOOTSTRAP_4 = 2, BOOTSTRAP_5 = 3, }