export const app: string = 'app'; export const app__aside: string = 'app__aside'; export const app__asideBlue: string = 'app__aside--blue'; export const app__asideBlack: string = 'app__aside--black'; export const app__asideGray: string = 'app__aside--gray'; export const app__asideGreen: string = 'app__aside--green'; export const app__asideOrange: string = 'app__aside--orange'; export const app__asidePurple: string = 'app__aside--purple'; export const app__asideRed: string = 'app__aside--red'; export const app__asideWhite: string = 'app__aside--white'; export const app__asideYellow: string = 'app__aside--yellow'; export const app__asideExpanded: string = 'app__aside--expanded'; export const app__content: string = 'app__content'; export const app__contentBlue: string = 'app__content--blue'; export const app__contentBlack: string = 'app__content--black'; export const app__contentGray: string = 'app__content--gray'; export const app__contentGreen: string = 'app__content--green'; export const app__contentOrange: string = 'app__content--orange'; export const app__contentPurple: string = 'app__content--purple'; export const app__contentRed: string = 'app__content--red'; export const app__contentWhite: string = 'app__content--white'; export const app__contentYellow: string = 'app__content--yellow'; export const app__title: string = 'app__title'; export const app__titleBlack: string = 'app__title--black'; export const app__titleBlue: string = 'app__title--blue'; export const app__titleGray: string = 'app__title--gray'; export const app__titleGreen: string = 'app__title--green'; export const app__titleOrange: string = 'app__title--orange'; export const app__titlePurple: string = 'app__title--purple'; export const app__titleRed: string = 'app__title--red'; export const app__titleYellow: string = 'app__title--yellow'; export const app__titleWhite: string = 'app__title--white'; export const app__toolbar: string = 'app__toolbar'; export const app__toolbarBlack: string = 'app__toolbar--black'; export const app__toolbarBlue: string = 'app__toolbar--blue'; export const app__toolbarGray: string = 'app__toolbar--gray'; export const app__toolbarGreen: string = 'app__toolbar--green'; export const app__toolbarOrange: string = 'app__toolbar--orange'; export const app__toolbarPurple: string = 'app__toolbar--purple'; export const app__toolbarRed: string = 'app__toolbar--red'; export const app__toolbarYellow: string = 'app__toolbar--yellow'; export const app__toolbarWhite: string = 'app__toolbar--white';