export const notification: string = 'notification'; export const notificationBlack: string = 'notification notification--black'; export const notificationBlue: string = 'notification notification--blue'; export const notificationGray: string = 'notification notification--gray'; export const notificationGreen: string = 'notification notification--green'; export const notificationHidden: string = 'notification notification--hidden'; export const notificationHollow: string = 'notification notification--hollow'; export const notificationOrange: string = 'notification notification--orange'; export const notificationPurple: string = 'notification notification--purple'; export const notificationRed: string = 'notification notification--red'; export const notificationYellow: string = 'notification notification--yellow'; export const notificationRounded: string = 'notification notification--rounded';